Skip to content

Commit

Permalink
Updated floatLabel.xhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Dec 6, 2024
1 parent 953dc9a commit 88cee5c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/main/resources/META-INF/resources/ui/misc/floatLabel.xhtml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="jakarta.faces.facelets"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:h="jakarta.faces.html"
xmlns:f="jakarta.faces.core"
xmlns:p="primefaces"
xmlns:composite="jakarta.faces.composite/composite"
xmlns:composite="jakarta.faces.composite"
template="/template/template.xhtml">

<ui:define name="title">
Expand Down Expand Up @@ -107,6 +107,12 @@
<p:outputLabel for="@previous" value="Textarea" />
</span>
</div>
<div class="field">
<span class="ui-float-label">
<p:password toggleMask="true" />
<p:outputLabel for="@previous" value="Password" />
</span>
</div>
</div>
</div>
</h:form>
Expand Down

0 comments on commit 88cee5c

Please sign in to comment.