showSourceFilter in picklist are not working

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
knote235hj7
Posts: 1
Joined: 10 Dec 2018, 19:51

06 Apr 2019, 03:28

Hi there

I have some picklist components in my application, and i use filters on it. With default themes they were working smootly, but when i added the California theme, the filters from picklists disappear. I tried another theme that is morpheus and this component is working with filters. So i think there is something wrong with california theme. I am using version california-1.0.1

<p:pickList id="picklistRoles"
value="#{administracionUsuariosBean.lstRoles}" var="rol"
itemValue="#{rol}" itemLabel="#{rol.descripcion}"
responsive="true" converter="entityConverter"
showSourceFilter="true" showTargetFilter="true"
showSourceControls="true" showTargetControls="true"
filterMatchMode="contains">

Please advise.

Thanks

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

17 Apr 2019, 08:31

Please try;

Code: Select all

body .ui-picklist .ui-picklist-filter-container {
    display: block;
    padding-bottom: .5em;
}
I'll fix it on California.

Best Regards,

Post Reply

Return to “California - PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 2 guests