Listbox without filter and select all header

Hello!
Can I hide the header, where the filter and the select all checkbox is shown?
Thanks Frank

Hi @frphilip,

This CSS rule will hide that header:

.rz-listbox-header {
  display: none;
}

Yep, Thanks @korchev!