Is there a way to detect the open suggestions drop-down state of the Autocomplete component? #3108
Unanswered
davidrhoderick
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are trying to test this component as part of our application with Cypress and currently, the only way to test the Autocomplete is to manually set a
wait
for the drop-down to show. Is there any kind of state we can hook into for this? We want to be able to detect when the suggestions drop-down appears. I was able to see the.pac-container
s elements at the bottom but there are always at least 2 and I couldn't easily grab the open one from within the React app.Beta Was this translation helpful? Give feedback.
All reactions