Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Multiple select with checkbox from dropdown in PrimeFaces

In PrimeFaces, can we choose multiple elements from drop down list with the help of checkbox? If my drop down is showing 5 elements, can I choose more than 1 element from the list?

I know in primeFaces we have <p:selectOneMenu> which will allow me to choose one element, but do we have something like <p:selectMultipleMenu>?

I was trying to find it out but not able to find something. Can you please let me know whether this is possible or not?

like image 424
Sudipta Deb Avatar asked Sep 16 '25 06:09

Sudipta Deb


1 Answers

There is <p:selectCheckboxMenu /> and it seems to provide what you need as you can see in showcase on: PrimeFacesShowCase-SelectCheckboxMenu

like image 164
miroslav_mijajlovic Avatar answered Sep 18 '25 09:09

miroslav_mijajlovic