Skip to content

Commit

Permalink
[new] typeahead with option to delete selected value
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Feb 14, 2017
1 parent eac74db commit 254fd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/answer/TypeaheadAnswer.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default class TypeaheadAnswer extends React.Component {
inputProps={inputProps}
title={this.props.title} value={value} label={this.props.label}
placeholder={this.props.label} filterOption='name' size='small'
displayOption='name' onOptionSelected={this._onOptionSelected} optionsButton={true}
displayOption='name' onOptionSelected={this._onOptionSelected} optionsButton={true} allowReset={true}
options={this.state.options} customListComponent={Configuration.typeaheadResultList}/>
</div>;
}
Expand Down

0 comments on commit 254fd65

Please sign in to comment.