fix(invite): do not show caret in input (#2774)

This commit is contained in:
virtuacoplenny 2018-04-09 12:40:17 -07:00 committed by bbaldino
parent 01e0dfe58a
commit 16c2bc2d15
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ class MultiSelectAutocomplete extends Component {
<div>
<MultiSelectStateless
filterValue = { this.state.filterValue }
icon = { null }
isDisabled = { isDisabled }
isLoading = { this.state.loading }
isOpen = { this.state.isOpen }