mirror of
https://github.com/skidoodle/taj-validator.git
synced 2025-03-05 20:00:40 +01:00
ASd
This commit is contained in:
@@ -12,11 +12,11 @@
|
||||
|
||||
<form>
|
||||
<input
|
||||
type="number"
|
||||
type="text"
|
||||
id="taj"
|
||||
oninput="restrictInput(this, 'number')"
|
||||
maxlength="9"
|
||||
required
|
||||
pattern="/^-?\d+\.?\d*$/"
|
||||
onKeyPress="if(this.value.length==9) return false;"
|
||||
/>
|
||||
<button type="button" onclick="checkTAJ()">Ellenőrzés</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user