comboBox data loading in pagination or smart search

HI,

Jmix version - 2.3

I had created combo box since dataset is large more than 10000 it takes time to load values in the combo box. Can we have option to load data on smart search basis like if minumum 3 characters are entered in the combo box data will be fetch in the combo box or data will be loaded in pagination manner 10 or 20 data will be visible and other data will be loaded if i go to next page.

Searching data on input seems to be better solution if any solution for that.

Hi,

comboBox can load items in batches in response to user input. To implement this behavior, you need either to define the itemsQuery nested element declaratively or set itemsFetchCallback handler programmatically. See docs for more detail.