html5Forms.js icon indicating copy to clipboard operation
html5Forms.js copied to clipboard

'number' input type is not working

Open dleffler opened this issue 11 years ago • 1 comments

The number input type is not being created on 'non-supported' browsers. The code implies it is supported by fallback?

dleffler avatar Mar 26 '13 02:03 dleffler

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.

zoltan-dulac avatar Jan 29 '15 02:01 zoltan-dulac