nikolaiwarner / react-native-text-input-reset

A temporary hack around a bug found in some android keyboards so that the contents of a TextInput can be properly cleared.
25 stars 13 forks source link

Clearing TextInput with TextView.setText('') #5

Closed cherniv closed 6 years ago

cherniv commented 6 years ago

On Motorola device clearing by restartInput is not working. Do works with TextView' .setText("")

nikolaiwarner commented 6 years ago

Thanks!