ver 1.1.20:
- corretto campo foto che non compariva più. - sistemato i campi aggiuntivi e i richiesti. - migliorato la barra in alto di selezione. - aggiunto alcune icone.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
@update:model-value="changeval"
|
||||
v-bind="$attrs"
|
||||
label-color="primary"
|
||||
:label="label"
|
||||
:label="addstrrequired + label"
|
||||
@filter="filterFn"
|
||||
@filter-abort="abortFilterFn"
|
||||
input-debounce="600"
|
||||
@@ -89,7 +89,7 @@
|
||||
:dense="dense"
|
||||
options-dense
|
||||
use-input
|
||||
:label="label"
|
||||
:label="addstrrequired + label"
|
||||
input-debounce="300"
|
||||
:input-class="myclass"
|
||||
:options="valori"
|
||||
@@ -137,7 +137,7 @@
|
||||
:multiple="true"
|
||||
:model-value="myarrvalue"
|
||||
label-color="primary"
|
||||
:label="label"
|
||||
:label="addstrrequired + label"
|
||||
@update:model-value="changeval"
|
||||
rounded
|
||||
:behavior="$q.platform.is.ios === true ? 'dialog' : 'menu'"
|
||||
@@ -218,7 +218,7 @@
|
||||
@update:model-value="changeval"
|
||||
@filter="filterFn"
|
||||
:behavior="$q.platform.is.ios === true ? 'dialog' : 'menu'"
|
||||
:label="label"
|
||||
:label="addstrrequired + label"
|
||||
:use-input="useinput"
|
||||
@new-value="newvaluefuncfirst"
|
||||
emit-value
|
||||
|
||||
Reference in New Issue
Block a user