ComboBox q-select "menu" mode !

This commit is contained in:
Surya Paolo
2022-12-02 10:55:04 +01:00
parent 7deb7b6414
commit 009735afad
17 changed files with 222 additions and 68 deletions

View File

@@ -13,6 +13,7 @@
rounded
outlined
multiple
:behavior="$q.platform.is.ios === true ? 'dialog' : 'menu'"
options-dense
map-options
:stack-label="label ? true : false"
@@ -88,6 +89,7 @@
:option-value="optval"
:option-label="optlab"
map-options
:behavior="$q.platform.is.ios === true ? 'dialog' : 'menu'"
@filter="filterFn"
options-selected-class="text-deep-blue"
v-bind="$attrs"
@@ -119,6 +121,7 @@
:label="label"
@update:model-value="changeval"
rounded
:behavior="$q.platform.is.ios === true ? 'dialog' : 'menu'"
outlined
@filter="filterFn"
v-bind="$attrs"
@@ -184,6 +187,7 @@
:option-label="optlab"
@update:model-value="changeval"
@filter="filterFn"
:behavior="$q.platform.is.ios === true ? 'dialog' : 'menu'"
:label="label"
:use-input="useinput"
@new-value="newvaluefuncfirst"