We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aad9ad commit 3fbd68eCopy full SHA for 3fbd68e
components/SLDSLookup/Menu/index.js
@@ -82,6 +82,7 @@ class Menu extends React.Component {
82
type={this.props.type}
83
iconCategory={this.props.iconCategory}
84
iconName={this.props.iconName}
85
+ iconClasses={this.props.iconClasses}
86
searchTerm={this.props.searchTerm}
87
index={i}
88
isActive={isActive}
components/SLDSLookup/index.jsx
@@ -277,6 +277,7 @@ class SLDSLookup extends React.Component {
277
278
279
iconName={this.props.iconName?this.props.iconName:this.props.type}
280
281
focusIndex={this.state.focusIndex}
282
listLength={this.state.listLength}
283
items={this.state.items}
0 commit comments