feature: Select component improved

This commit is contained in:
Paul Valerie GOMA 2025-07-23 17:25:46 +02:00
parent 961e15ed50
commit a0fdd4ed13

View File

@ -109,6 +109,15 @@ const labelState = computed(() => {
:empty-selection-message="props.emptySelectionMessage"
:empty-filter-message="props.emptyFilterMessage"
:empty-message="props.emptyMessage"
:show-clear="props.showClear"
:filter-fields="props.filterFields"
:filter-icon="props.filterIcon"
:filter-locale="props.filterLocale"
:filter-match-mode="props.filterMatchMode"
:filter-placeholder="props.filterPlaceholder"
:scroll-height="props.scrollHeight"
:data-key="props.dataKey"
:loading="props.loading"
v-bind="$attrs"
v-model:model-value="localModelValue"
@update:model-value="emit('update:modelValue', $event)"