Our powerful JS Calendar component


Post by longevo-florian »

Hi,

I implemented two Combo-Boxes in my Sidebar to select Clients & Employees whose Events should be displayed in the Calendar. Now the Combobox has its own autocomplete filter, but the problem I am having with that is that it only searches from the beginning of the string. This causes me to only be able to filter by last name OR first name.

I however need the filter to look for matches in the first name AND the last name of any given entry.

Thus my question: is it possible to use a custom filter in the combo boxes?


Post by saki »


Post by Animal »

Or if you need totally custom filtering, you could use this: https://bryntum.com/docs/calendar/api/Core/widget/Combo#config-primaryFilter

You then write the code to decide upon which records are visible.


Post Reply