Change to tel type

This commit is contained in:
2025-03-09 18:03:25 +01:00
parent 3c16148bb7
commit a2fe2780cf
2 changed files with 36 additions and 35 deletions

View File

@@ -13,6 +13,6 @@
<div>
<h2>{text}</h2>
<Input placeholder={"1"} type="tel" bind:value />
<Input placeholder={"1"} bind:value required />
<Button onclick={() => action(value)}>Submit</Button>
</div>