Filtering Combo DHTMLX

Hello,
In the filtering, while the user is typing the name of a client… if dont find the client on the list, i need to create a combo item like: ‘Create new Client!’. And when the user select the new item, show some inputs to put Name, Email and Phone. How can i do that?

Hello,
there is no built-in hooks from dhtmlxScheduler for this. Although, the combo input uses dhtmlxCombo which can be accessed from code like it done here github.com/DHTMLX/scheduler/blo … ors.js#L25
You can check the public API of the dhtmlxCombo docs.dhtmlx.com/combo__index.html