Skip to content

Commit

Permalink
set isClearable to true for example
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Apr 27, 2018
1 parent 71d70a2 commit 0c9b644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/combo_box/combo_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class extends Component {
selectedOptions={selectedOptions}
onChange={this.onChange}
onCreateOption={this.onCreateOption}
isClearable={false}
isClearable={true}
/>
);
}
Expand Down

0 comments on commit 0c9b644

Please sign in to comment.