Page 1 of 1

Mobile and filtermatchmode in select

Posted: 13 Jul 2018, 16:21
by swinkel
Hallo Community,

I use selectOneMenu or selectCheckboxMenu and would like to have a filter.

The following works fine in a view without mobil (<f:view>):

<p:selectOneMenu id="advanced" value="#{selectOneMenuView.theme}" converter="themeConverter" panelStyle="width:180px"
effect="fade" var="t" style="width:160px" filter="true" filterMatchMode="startsWith">

Using <f:view renderKitId="PRIMEFACES_MOBILE"> it would not work. I would appreciate it very much, if somebody has a hint, how to use selectMenu + PRIMEFACES_MOBILE + filter.

Thank you and have a nice weekend
Sabrina