[#32] allow decimals in the number field
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
required={field.required}
|
||||
min={field.options?.min}
|
||||
max={field.options?.max}
|
||||
step="1"
|
||||
bind:value
|
||||
/>
|
||||
</Field>
|
||||
|
||||
Reference in New Issue
Block a user