Fix v-select search & selection of groups (#14154)

* fix search not matching parent items

* make group selectable in v-select

* fix wrong prop name

* set selected group to active for highlighted style

* Fix typings

Co-authored-by: ian <licitdev@gmail.com>
This commit is contained in:
Azri Kahar
2022-06-29 03:06:18 +08:00
committed by GitHub
parent d98432899e
commit ad7d39203f
4 changed files with 63 additions and 6 deletions

View File

@@ -24,6 +24,7 @@
:model-value="value"
:placeholder="t('select')"
allow-other
group-selectable
@update:model-value="emitValue($event)"
/>
<template v-else-if="is === 'interface-datetime'">