Skip to content

Commit 3fbd68e

Browse files
committed
Add iconClasses to lookup
1 parent 0aad9ad commit 3fbd68e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/SLDSLookup/Menu/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class Menu extends React.Component {
8282
type={this.props.type}
8383
iconCategory={this.props.iconCategory}
8484
iconName={this.props.iconName}
85+
iconClasses={this.props.iconClasses}
8586
searchTerm={this.props.searchTerm}
8687
index={i}
8788
isActive={isActive}

components/SLDSLookup/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ class SLDSLookup extends React.Component {
277277
type={this.props.type}
278278
iconCategory={this.props.iconCategory}
279279
iconName={this.props.iconName?this.props.iconName:this.props.type}
280+
iconClasses={this.props.iconClasses}
280281
focusIndex={this.state.focusIndex}
281282
listLength={this.state.listLength}
282283
items={this.state.items}

0 commit comments

Comments
 (0)