Combo box v1.6.0
Changed
- We changed how input filtering works for lazy loading. if set to true, then the filter will works by retrieving directly from datasource, otherwise it works by scanning the current loaded data.
Added
-
We added Spinner and Skeleton loaders in addition to lazy loading feature. The default loader is spinner, and skeleton can also be selected. This improves UX when loading more content.
-
We added lazy loading feature. By default it is turned off. When turned on, the items will be loaded in batches when scrolling.