[#32] allow decimals in the number field

This commit is contained in:
Gani Georgiev
2022-07-09 10:57:21 +03:00
parent a26006ad56
commit 0f0c00bd03
11 changed files with 14 additions and 13 deletions
@@ -18,6 +18,7 @@
required={field.required}
min={field.options?.min}
max={field.options?.max}
step="1"
bind:value
/>
</Field>