Skip to content

Commit

Permalink
Workaround: regression primefaces/primefaces#13223
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Jan 22, 2025
1 parent 4403ec4 commit 9a4f663
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions emailmanager/hope-website/testDateField.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<f:facet name="filter">
<p:selectCheckboxMenu onchange="PF('birthdayTable').filter()"
label="Select">
<f:selectItem itemValue="0"/>
<f:selectItem itemValue="1"/>
<f:selectItem itemValue="2"/>
<f:selectItem itemValue="3"/>
<f:selectItem itemValue="4"/>
<f:selectItem itemValue="5"/>
<f:selectItem itemValue="0" itemLabel="0"/>
<f:selectItem itemValue="1" itemLabel="1"/>
<f:selectItem itemValue="2" itemLabel="2"/>
<f:selectItem itemValue="3" itemLabel="3"/>
<f:selectItem itemValue="4" itemLabel="4"/>
<f:selectItem itemValue="5" itemLabel="5"/>
</p:selectCheckboxMenu>
</f:facet>
<h:outputText value="#{birthday.id}"/>
Expand Down

0 comments on commit 9a4f663

Please sign in to comment.