Skip to content

Commit

Permalink
Mark mandatory metadata with an asterisk (*)
Browse files Browse the repository at this point in the history
  • Loading branch information
IkramMaalej authored and solth committed Feb 28, 2023
1 parent 2d2c72d commit 8e8b91a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
The field ID must match the field's input attribute "#{item.input}", so that the outputLabel can be mapped to the field with the "for" attribute -->

<p:outputLabel for="#{item.input eq 'dataTable' ? '' : item.input}"
value="#{item.label}:"
value="#{item.label}: #{item.required ? ' *' :''}"
rendered="#{not item.undefined}"/>
<p:outputLabel value="#{item.label}: ⚠️"
style="background-color: gold;"
Expand Down

0 comments on commit 8e8b91a

Please sign in to comment.