Page 1 of 1

Multiple p:selectCheckboxMenu label overlap with selection

Posted: 15 Jun 2020, 23:15
by ltong
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

Re: Multiple p:selectCheckboxMenu label overlap with selection

Posted: 24 Jun 2020, 09:14
by mert.sincan
For now, this feature is not supported by selectCheckboxMenu. I'll work on it and get back to you.

Best Regards,

Re: Multiple p:selectCheckboxMenu label overlap with selection

Posted: 24 Jun 2020, 22:40
by ltong
Thank you @aragorn!

Re: Multiple p:selectCheckboxMenu label overlap with selection

Posted: 26 Aug 2020, 14:00
by mert.sincan
You're welcome!

Best Regards,