mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
Merge pull request #910 from esteemapp/bugfix/tag-edit
Removed auto suggestion for tag input
This commit is contained in:
commit
0588c90e47
@ -127,6 +127,7 @@ export default class TagAreaView extends Component {
|
||||
}
|
||||
autoCapitalize="none"
|
||||
onFocus={() => this.setState({ activeChip: i })}
|
||||
autoCorrect={false}
|
||||
/>
|
||||
),
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user