Customize <input type="tel">
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
精彩评论