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
When using infinite true, the selectAll function select the visible options only, not the entire options. It happened on my case that i performed the selectAll using a checkbox in beforelist template.
For example if there 100 options, then it's limited to show 10 options only, when the selectAll is performed, it will select the 10 options only. Or if the user has been scrolled down first then select all, it will select the visible options only
Version
Description
When using
infinite
true, theselectAll
function select the visible options only, not the entire options. It happened on my case that i performed theselectAll
using a checkbox inbeforelist
template.For example if there 100 options, then it's limited to show 10 options only, when the
selectAll
is performed, it will select the 10 options only. Or if the user has been scrolled down first then select all, it will select the visible options onlyDemo
Codesandbox link
Step to reproduction:
The text was updated successfully, but these errors were encountered: