inputmask-core
inputmask-core copied to clipboard
delete method?
I see that there is backspace
method in the package. And what about delete
method (which should clear current selection)?
@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.