mirror of
https://github.com/skidoodle/taj-validator.git
synced 2025-03-05 20:00:40 +01:00
ASd
This commit is contained in:
parent
94026331b5
commit
820c44d377
3 changed files with 26 additions and 29 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue