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:
@@ -62,7 +62,7 @@ export default defineComponent({
|
||||
default: null
|
||||
},
|
||||
modelValue: {
|
||||
type: Boolean,
|
||||
type: Boolean as PropType<boolean | null>,
|
||||
default: false
|
||||
},
|
||||
disabled: {
|
||||
|
||||
Reference in New Issue
Block a user