首先,为什么小数点出现在数字键盘上 - 仅在S5上?我不希望它出现。其次,最重要的是,我甚至无法通过观察按键事件来禁用小数输入,因为“。”似乎没有在S5上用4.4.2发射一个
<input type="number" placeholder="YYYY" name="year" class="char-4" inputmode="numeric" pattern="[0-9]*" data-numeric-input="" maxlength="4" max="9999">
http://jsfiddle.net/fv3dfeu3/2/
有什么想法吗?