Fixed an issue with clearing forms not correctly unsetting a value

This commit is contained in:
Thaum Rystra
2020-04-26 11:37:51 +02:00
parent 13cb9253c3
commit a2bae8d12a
6 changed files with 32 additions and 17 deletions

View File

@@ -109,7 +109,7 @@
:error-messages="errors.reset"
:menu-props="{auto: true, lazy: true}"
:debounce-time="debounceTime"
@change="(value, ack) => $emit('change', {path: ['reset'], value: value || '', ack})"
@change="(value, ack) => $emit('change', {path: ['reset'], value, ack})"
/>
</form-section>
</form-sections>