Fixed #6418 - New Float Label Variants

This commit is contained in:
Cagatay Civici 2024-09-17 13:26:24 +03:00
parent edae389d35
commit 9c4f33b0c2
13 changed files with 378 additions and 18 deletions

View file

@ -4,7 +4,7 @@
</DocSectionText>
<div class="card flex justify-center">
<FloatLabel>
<InputText id="username" v-model="value" />
<InputText id="username" v-model="value" autocomplete="off" />
<label for="username">Username</label>
</FloatLabel>
</div>