You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| maxHeight | The maximum height for the dropdown (including unit) | '300px' |
125
125
| displayAllSelectedText | Display the `allSelected` text when all options are selected | false |
126
126
| searchRenderLimit | If `enableSearch=true` and total amount of items more then `searchRenderLimit` (0 - No limit) then render items only when user typed more then or equal `searchRenderAfter` charachters | 0 |
127
-
| searchRenderAfter | Amount of characters to trigger rendering of items | 3 |
127
+
| searchRenderAfter | Amount of characters to trigger rendering of items | 1 |
128
+
| searchMaxLimit | If more than zero will render only first N options in search results | 0 |
129
+
| searchMaxRenderedItems | Used with searchMaxLimit to further limit rendering for optimization. Should be less than searchMaxLimit to take effect | 0 |
128
130
| displayAllSelectedText | Display the `allSelected` text when all options are selected | false |
0 commit comments