How to make jquery.inputmask work with input type=number? -
I use this plugin while the code works fine until input type = text, but I type = number so that mobile The appropriate keyboard can be shown on the device.
Is there a way to do this, what is the hope that I made a mistake in the documentation?
Here's my html:
& lt; Input id = "value" name = "value" type = "number" placeholder = "0.00" tabindex = "3" /> This is my JS:
$ (document) .ready (function () {$ ('# price'). Input mask ("[ 9] [9] 9.99 ", {Native Interpute: true," placeholder ":" 0 ", Shomascanohor: false, greedy: wrong});});
jQuery's input mask plugin () setSelectRange , SelectStart , selectionEnd (in) These properties / methods are & lt; Input type = "number" /> in the field, when they update according to a W3C change. If you think W3C seems to have erased these features on the number field, please
Vote to resolve this problem or you & lt ; Input type = "text" & gt;
Comments
Post a Comment