Page 1 of 1

showSourceFilter in picklist are not working

Posted: 06 Apr 2019, 03:28
by knote235hj7
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

Re: showSourceFilter in picklist are not working

Posted: 17 Apr 2019, 08:31
by mert.sincan
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,