I can\'t believe I haven\'t been able to find anything about this problem.
In my new project the future user will have a column with some input type=\"number\"
input type=\"number\"
Try this
HTML
JS
webshims.setOptions('forms-ext', { replaceUI: 'auto', types: 'number' }); webshims.polyfill('forms forms-ext');
Demo Here