insin / inputmask-core

Standalone input mask implementation, independent of any GUI
MIT License
304 stars 52 forks source link

delete method? #15

Open vguzev opened 8 years ago

vguzev commented 8 years ago

I see that there is backspace method in the package. And what about delete method (which should clear current selection)?

azhil commented 8 years ago

@vguzev you can actually configure selection and then use backspace to clear it. There is even an example in here https://github.com/insin/inputmask-core#usage.