pull/2835/head
Tuğçe Küçükoğlu 2022-08-10 09:49:14 +03:00
parent 93af8f6dcd
commit 7b8279de08
1 changed files with 2 additions and 0 deletions

View File

@ -792,6 +792,8 @@ export default {
updateModel(event, value) {
this.$emit('update:modelValue', value);
this.$emit('change', { originalEvent: event, value });
this.inputText = null;
},
flatOptions(options) {
return (options || []).reduce((result, option, index) => {