Removed auto suggestion for tag input

This commit is contained in:
Mustafa Buyukcelebi 2019-06-16 10:37:21 +03:00
parent 46ab7b95e2
commit 06ee1323a0

View File

@ -127,6 +127,7 @@ export default class TagAreaView extends Component {
} }
autoCapitalize="none" autoCapitalize="none"
onFocus={() => this.setState({ activeChip: i })} onFocus={() => this.setState({ activeChip: i })}
autoCorrect={false}
/> />
), ),
)} )}