We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5094b32 commit bd7cc6eCopy full SHA for bd7cc6e
ui/src/components/model-select/index.vue
@@ -1,6 +1,6 @@
1
<template>
2
<div class="w-full">
3
- <el-select v-model="modelValue" popper-class="select-model" :clearable="true" v-bind="$attrs">
+ <el-select v-model="modelValue" popper-class="select-model" :clearable="true" filterable v-bind="$attrs">
4
<el-option-group
5
v-for="(value, label) in options"
6
:key="value"
0 commit comments