Replies: 1 comment
-
Update: the fluent ids for Option elements were changing , which was causing the combo to lose track of the active option. Setting these gets me past this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to implement the combo with virtualised options and infinite scroll where the next page of option are return as the user scrolls to the end of the current options. I've hit a major stumbling block in terms of the active descendant being reset when the options are updated with the next page of data.
I can manually change attributes but it look like the active descendant is managed internally The end result means I cant support keyboard navigation across paged results. Not sure if this is a bug as it quite a unique use case. I cant access any of the helper functions / hooks that the combo uses internally to manage this. Any pointers would be appreciated
Beta Was this translation helpful? Give feedback.
All reactions