mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix firefox being buggy with numbers as value inputs (#7682)
* fix firefox being buggy with numbers as value inputs * dont show null string in input
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
:max="max"
|
||||
:step="step"
|
||||
:disabled="disabled"
|
||||
:value="modelValue"
|
||||
:value="modelValue === null ? '' : String(modelValue)"
|
||||
v-on="listeners"
|
||||
/>
|
||||
</slot>
|
||||
|
||||
Reference in New Issue
Block a user