StartBootstrap / startbootstrap-clean-blog

A clean Bootstrap blog theme created by Start Bootstrap
https://startbootstrap.com/theme/clean-blog/
MIT License
1.79k stars 1.84k forks source link

Proper phone number validation #132

Closed KShervington closed 3 years ago

KShervington commented 3 years ago

On line 175, changed attribute type from "number" to "tel" in order to match the html. Before the change, letters were being accepted as valid input for the phone number field.