开发者

Customize <input type="tel">

开发者 https://www.devze.com 2023-04-03 20:31 出处:网络
Can you in any way change \"+*#\" when you using <input type=\"tel\">开发者_StackOverflow中文版? I know how to remove it so it just a blank button but i really need to have \",\" somewhere. Anyo

Can you in any way change "+*#" when you using <input type="tel">开发者_StackOverflow中文版? I know how to remove it so it just a blank button but i really need to have "," somewhere. Anyone knows if it's even possible?

Big thanks!


You can use pattern="[0-9]{10}" attribute. Example here

0

精彩评论

暂无评论...
验证码 换一张
取 消