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