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
I detected problem with dropdown, when there are more than 199 items in dropdown.
Items from 200 and more are not visible - problem is with dynamic item rendering (dropdown scroll position calculation doesn't work right).
My quick solution was to remove code, that calculate scroll position of dropdown + show all items.
Now it works much smooter (no need to detect items position) + can easily works with few hundreds of items
Faced with the same issue.
When I scroll a little bit down then all the options are rendered.
But the same issue appears when scrolling the window all the way down.
I detected problem with dropdown, when there are more than 199 items in dropdown.
Items from 200 and more are not visible - problem is with dynamic item rendering (dropdown scroll position calculation doesn't work right).
My quick solution was to remove code, that calculate scroll position of dropdown + show all items.
Now it works much smooter (no need to detect items position) + can easily works with few hundreds of items
jQuery V3.6.0
bootstrap-select.min.js.zip
The text was updated successfully, but these errors were encountered: