Multiple p:selectCheckboxMenu label overlap with selection

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
ltong
Posts: 3
Joined: 13 May 2020, 17:14

15 Jun 2020, 23:15

When using the p:selectCheckboxMenu, the output level does not move above the input box like p:inputText and p:selectOneMenu. The label stay at the same location when an item is selected and overlap with the selection.

Code: Select all

<div class="ui-g-6 ui-sm-12 md-inputfield">
        <p:selectCheckboxMenu id="item-status" value="#{itemSearch.searchCriteria.selectedStatuses}" multiple="true">
            <p:ajax event="itemUnselect" listener="#{itemSearch.onItemUnselect}"/>
            <f:selectItems value="#{itemSearch.statuses}" var="s" itemValue="#{s.statusText}" itemLabel="#{s.statusText}"/>
        </p:selectCheckboxMenu>
        <p:outputLabel for="item-status">Invention Status</p:outputLabel>
</div>
Image

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

24 Jun 2020, 09:14

For now, this feature is not supported by selectCheckboxMenu. I'll work on it and get back to you.

Best Regards,

ltong
Posts: 3
Joined: 13 May 2020, 17:14

24 Jun 2020, 22:40

Thank you @aragorn!

mert.sincan
Posts: 5281
Joined: 29 Jun 2013, 12:38

26 Aug 2020, 14:00

You're welcome!

Best Regards,

Post Reply

Return to “Serenity - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest