mirror of
https://github.com/directus/directus.git
synced 2026-02-14 22:25:05 -05:00
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:
@@ -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'">
|
||||
|
||||
Reference in New Issue
Block a user