mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 03:25:24 +03:00
Removed auto suggestion for tag input
This commit is contained in:
parent
46ab7b95e2
commit
06ee1323a0
@ -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}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user