We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d86ff commit f44df78Copy full SHA for f44df78
1 file changed
src/components/OptionalInput.vue
@@ -146,6 +146,7 @@ function handleValueInput(value: any) {
146
}
147
148
function handleHasValueInput(value: boolean) {
149
+ emit('changed');
150
if (value) {
151
emit('update:value', {
152
value: props.value.defaultValue,
0 commit comments