html5Forms.js
html5Forms.js copied to clipboard
'number' input type is not working
The number input type is not being created on 'non-supported' browsers. The code implies it is supported by fallback?
The number
input type is only polyfills validation. I may make a number widget or use one that exists if I see one that doesn't have a lot of dependencies (e.g. jQuery, since the rest of the script doesn't need it). Will keep this open in case anyone else wants to take a stab at this.