HTML5 Numeric input in MS Edge appends the placeholder text

爷,独闯天下 提交于 2019-12-11 09:45:32

问题


An invalid numeric input in ME Edge entry just get appended,

<input type="number" placeholder="Enter Value" /> 

On entering non-numeric, or entering a minus appends with the placeholder text:

How this can be avoided?


回答1:


This is a known bug reported on the Edge issue tracker as "Incorrect behaviour of placeholder text in a text field 'number' when typing letters".



来源:https://stackoverflow.com/questions/41282429/html5-numeric-input-in-ms-edge-appends-the-placeholder-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!