How to handle floats and decimal separators with html5 input type number

后端 未结 10 763
情话喂你
情话喂你 2020-11-27 11:15

Im building web app which is mainly for mobile browsers. Im using input fields with number type, so (most) mobile browsers invokes only number keyboard for better user exper

10条回答
  •  -上瘾入骨i
    2020-11-27 11:26

    uses a text type but forces the appearance of the numeric keyboard

    
    

    the inputmode tag is the solution

提交回复
热议问题