I want to allow the text to be entered in html textbox which must start with characters and which may end with digits
<input type="text" pattern="([a-zA-Z]+[0-9])" >
This not working
Aucun commentaire:
Enregistrer un commentaire