estelle / input-masking

Framework agnostic accessible input masking library
MIT License
485 stars 96 forks source link

Select all not working #3

Closed reintroducing closed 9 years ago

reintroducing commented 9 years ago

The second issue I noticed is support for selecting all text and deleting it. I have not taken a look at the internals of the script that much yet but there is probably a possibility to check for the key combos to select all text so it can be easily deleted. Right now that is not possible to do as it deselects right away.

Thanks for listening.

estelle commented 9 years ago

Great catch. I will fix that.

estelle commented 9 years ago

Resolved: keycode 91 only handled if value changes.

reintroducing commented 9 years ago

Not sure if you updated the demo page or not with the new code but it's still not working for me there.

estelle commented 9 years ago

I have not yet pushed to GH-Pages. Need to be on my own box to test everything before "pushing to prod".

reintroducing commented 9 years ago

Gotcha, makes sense and I figured that something like that was the case but just thought I'd ask. Thanks again for your work on this.