Sunday, June 4, 2017

< input type=“number” > not working in IE10

IE doesn't have support for input type="number" but you can use a polyfill to make it work.
Here is the solution : http://html5please.com/#number

@reference_1_stackoverflow
<input type=“number”> not working in IE10

No comments:

Post a Comment