react-native-material-kit icon indicating copy to clipboard operation
react-native-material-kit copied to clipboard

Expose react native text input clear method

Open M-Jas opened this issue 6 years ago • 0 comments

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 or this.ref.textfield.onFocus`` you can now use the reference to the textfield and call this.ref.textfield.clear()```

M-Jas avatar Aug 27 '18 16:08 M-Jas