feature: Select component improved

This commit is contained in:
Paul Valerie GOMA 2025-07-29 06:15:56 +02:00
parent c46f2889cd
commit 7ee1b3fefd

View File

@ -83,6 +83,7 @@ const labelState = computed(() => {
<template> <template>
<div class="main-container"> <div class="main-container">
<VLabel <VLabel
v-if="props.label"
:for="props.selectId" :for="props.selectId"
:label="props.label" :label="props.label"
:required="!props.disabled" :required="!props.disabled"