mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 08:26:58 +00:00
fix(nc-gui): reset multiselect search on selecting option
This commit is contained in:
@@ -113,6 +113,8 @@ const vModel = computed({
|
||||
if (isNewOptionCreateEnabled.value && isOptionMissing.value && val.length && val[val.length - 1] === searchVal.value) {
|
||||
return addIfMissingAndSave()
|
||||
}
|
||||
|
||||
searchVal.value = ''
|
||||
emit('update:modelValue', val.length === 0 ? null : val.join(','))
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user