mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
feat(forms): allow null as initial value (#2275)
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
This commit is contained in:
@@ -54,7 +54,7 @@ export default defineComponent({
|
||||
inheritAttrs: false,
|
||||
props: {
|
||||
modelValue: {
|
||||
type: [String, Number],
|
||||
type: [String, Number] as PropType<string | number | null>,
|
||||
default: ''
|
||||
},
|
||||
type: {
|
||||
|
||||
Reference in New Issue
Block a user