🐛 fix: bug fixed

This commit is contained in:
Paul Valerie GOMA 2025-08-05 15:21:02 +02:00
parent fff3f5e647
commit 8071f3565c

View File

@ -70,7 +70,7 @@ const labelState = computed(() => {
v-if="props.labelVisible"
:for="props.id"
:label="props.label"
:required="!props.disabled"
:required="!props.disabled && props.required"
:disabled="props.disabled"
:type="labelState"
:hint="props.hint"