Open b-asaf opened 6 years ago
@assafb81 this feature depends on the onKeyPress event, but onKeyPress is only worked on ios now.
thanks @lotosbin, why not use 'onKeyUp' or 'onKeydown' events for Android - as its written in Handling Keyboard Actions?
@lotosbin , do you think this can be done using one of the events above?
Hi @lotosbin ,
currently I can only delete/clear only one digit, the one that is currently with the focus. Is it possible to add the option to delete/clear all of the entered digits one by one, using the back/clear key in the keyboard?
Thanks