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
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