[#32] changed step value to any

This commit is contained in:
Gani Georgiev
2022-07-09 11:16:35 +03:00
parent d4d425c61d
commit dfd9528847
11 changed files with 14 additions and 14 deletions
@@ -18,7 +18,7 @@
required={field.required}
min={field.options?.min}
max={field.options?.max}
step="1"
step="any"
bind:value
/>
</Field>