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
create a windowed select box with onMenuScrollToBottom.
onMenuScrollToBottom handler appends the previous options with new options and updates the option props.
as the options are updated the scroller jumps to the top.
Actual:
The menu should retain the scroll position.
Note: IMO this seems to be related to Multiselection issue
The text was updated successfully, but these errors were encountered:
To reproduce:
create a windowed select box with onMenuScrollToBottom.
onMenuScrollToBottom handler appends the previous options with new options and updates the option props.
as the options are updated the scroller jumps to the top.
Actual:
The menu should retain the scroll position.
Note: IMO this seems to be related to Multiselection issue
The text was updated successfully, but these errors were encountered: