HTML number input

revision 96879b30f7358017dc032d7509fc47d703abf4db

raw

test.html

1
2
3
4
5
<form method="get" action="http://p.cweiske.de/580/">
test: <input type="text" pattern="\d{5}"/><br/>
test: <input type="tel" pattern="\d{5}"/><br/>
<input type="submit" value="submit"/>
</form>

History