This commit is contained in:
skidoodle 2023-10-26 19:37:31 +02:00
parent 94026331b5
commit 820c44d377
3 changed files with 26 additions and 29 deletions

View file

@ -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>