Skip to content

Commit

Permalink
Add search to emoji picker (#1395)
Browse files Browse the repository at this point in the history
  • Loading branch information
halkeye authored and wxcafe committed Apr 10, 2017
1 parent 93db265 commit 8bdf028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const EmojiPickerDropdown = React.createClass({
</DropdownTrigger>

<DropdownContent className='dropdown__left'>
<EmojiPicker emojione={settings} onChange={this.handleChange} />
<EmojiPicker emojione={settings} onChange={this.handleChange} search={true} />
</DropdownContent>
</Dropdown>
);
Expand Down

0 comments on commit 8bdf028

Please sign in to comment.