react-native-material-kit
react-native-material-kit copied to clipboard
Expose react native text input clear method
What does this PR Do?
- This PR exposes the React Native Text Input
clear()
method. #335
How can I use this?
- Just like
this.ref.textfield.onBlur
orthis.ref.textfield.onFocus`` you can now use the reference to the textfield and call
this.ref.textfield.clear()```