Skip to content
Discussion options

You must be logged in to vote

Hi @sahibbajaj, I have resolved those issues in the same sandbox.

The scroll state being reset is due to items changing in the combobox list. The way React works is by re-rendering elements when the state changes (in this case the items data gets updated). The re-render is what is causing the issue. I have updated it so the scroll position is stored before the items get updated and we call the reset (to clear the load more option). This targets the active Combobox List on the page.

For the other issue where you could not dismiss the list after selecting Load More as an option I have updated the isOpen logic and is resolved.

Please note that this is a short term solution and that when we c…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@sahibbajaj
Comment options

@PixeledCode
Comment options

@krisantrobus
Comment options

Answer selected by sahibbajaj
@sahibbajaj
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants