Closed mrpaulharris closed 3 years ago
The onInput() method harmonizes undefined or empty strings => null, because 'clearable' in vuetify controls resets to null and not to empty string.
onInput()
As a side-effect it converts checkbox false values to null.
Proposal is to only change undefined and empty strings to null.
undefined
null
The
onInput()
method harmonizes undefined or empty strings => null, because 'clearable' in vuetify controls resets to null and not to empty string.As a side-effect it converts checkbox false values to null.
Proposal is to only change
undefined
and empty strings tonull
.