Is it okay to use <input type=“tel”/> now?

前端 未结 3 1708
野的像风
野的像风 2020-12-08 03:21

I\'m working on a mobile phone web app and I have several text fields that could benefit from . iPhones will adjust the keyboard for

3条回答
  •  一向
    一向 (楼主)
    2020-12-08 04:07

    Browsers will fall back to type="text" when they encounter unsupported input type. So I think it's OK to use type="tel".

提交回复
热议问题