Skip to content

Commit

Permalink
Fix CategorySearch text editing behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
metagrover committed May 26, 2017
1 parent 7d16514 commit f38e981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/sensors/CategorySearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ export default class CategorySearch extends Component {
optionRenderer={this.optionRenderer}
onChange={this.handleSearch}
onBlurResetsInput={false}
backspaceRemoves={false}
deleteRemoves={false}
{...this.props}
/>
</div>
Expand Down

0 comments on commit f38e981

Please sign in to comment.