mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #6418 - New Float Label Variants
This commit is contained in:
parent
edae389d35
commit
9c4f33b0c2
13 changed files with 378 additions and 18 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue