✨ feature: Select component improved
This commit is contained in:
parent
1ca5f60449
commit
fff3f5e647
|
@ -86,7 +86,7 @@ const labelState = computed(() => {
|
||||||
v-if="props.label"
|
v-if="props.label"
|
||||||
:for="props.selectId"
|
:for="props.selectId"
|
||||||
:label="props.label"
|
:label="props.label"
|
||||||
:required="props.required"
|
:required="props.required && !props.disabled"
|
||||||
:disabled="props.disabled"
|
:disabled="props.disabled"
|
||||||
:type="labelState"
|
:type="labelState"
|
||||||
:hint="props.hint"
|
:hint="props.hint"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user