mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
feat(forms): allow null as initial value (#2275)
Co-authored-by: Romain Hamel <rom.hml@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ export default defineComponent({
|
||||
default: null
|
||||
},
|
||||
modelValue: {
|
||||
type: [Boolean, Array],
|
||||
type: [Boolean, Array] as PropType<boolean | Array<any> | null>,
|
||||
default: null
|
||||
},
|
||||
name: {
|
||||
|
||||
Reference in New Issue
Block a user