It would be nice if you could define input masks to be applied to the internal input element using jQuery.
This can be done by adding an addon that enables input masking. One consideration when making the choice should be support for screen readers. I have read that inputmask causes some potentially undesirable behavior when using a screen reader because it uses the value of the element and not the placeholder to show the mask.
It would be nice if you could define input masks to be applied to the internal input element using jQuery.
This can be done by adding an addon that enables input masking. One consideration when making the choice should be support for screen readers. I have read that inputmask causes some potentially undesirable behavior when using a screen reader because it uses the value of the element and not the placeholder to show the mask.