Set value without option list reloading #67
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@jelly-garden this is expected behavior only. The options list would be rerendered on value select and on the scrolling options list. The purpose of this plug-in is, to improve the performance by reducing the no.of DOM elements at a time. Regarding your requirement, this plug-in already has a feature to group options (example), but the only missing part is, there is no checkbox in the group title. I will implement it in the future release |
Beta Was this translation helpful? Give feedback.
@jelly-garden this is expected behavior only. The options list would be rerendered on value select and on the scrolling options list.
The purpose of this plug-in is, to improve the performance by reducing the no.of DOM elements at a time.
To achieve this, only a few options would be rendered at any point in time. And it would be rerendered when needed.
Regarding your requirement, this plug-in already has a feature to group options (example), but the only missing part is, there is no checkbox in the group title. I will implement it in the future release