halilb / react-native-textinput-effects

Text inputs with custom label and icon animations for iOS and android. Built with react native and inspired by Codrops.
MIT License
2.98k stars 291 forks source link

Cancel editing? #61

Closed stirman closed 7 years ago

stirman commented 7 years ago

Is there a way to cancel editing, like onBlur or something, and get the UI to go back to the collapsed state?

I'm using Sae, and I have a "Cancel" button that when pressed, I would like to collapse the Sae UI.

Thanks!

stirman commented 7 years ago

Fixed by toggling editable state!