Page 1 of 1

p:selectCheckboxMenu arrow badly placed

Posted: 16 Oct 2018, 10:55
by asyst
when i use normaly <p:selectCheckboxMenu></p:selectCheckboxMenu>.

And then, when i add multiple attribute, the arrow is placed below the component.

Image

Re: p:selectCheckboxMenu arrow badly placed

Posted: 17 Oct 2018, 09:19
by mert.sincan
Please try;

Code: Select all

body .ui-selectcheckboxmenu.ui-selectcheckboxmenu-multiple .ui-selectcheckboxmenu-trigger .ui-icon {
    top: auto;
}

Re: p:selectCheckboxMenu arrow badly placed

Posted: 17 Oct 2018, 09:24
by mert.sincan
Fixed for next version.

Re: p:selectCheckboxMenu arrow badly placed

Posted: 17 Oct 2018, 14:34
by asyst
Thank you. it works

Re: p:selectCheckboxMenu arrow badly placed

Posted: 17 Oct 2018, 16:23
by mert.sincan
Thanks a lot for the update!