List of options gets removed from DOM when we clicked anywhere outside #5074
Unanswered
pRatikSathaye
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.
-
Hello,
I have a question related to behavior of dropdown options.
When I entered some text in the input field I see list of options in dropdown, when I clicked anywhere outside of page, the list of options gets removed and just displays
No Option
,I have added
menuIsOpen={ true }
, so that I can inspect the list of options in the firefox/chrome.Is it possible to keep the options because we have dropdown visible with
No Option
?Beta Was this translation helpful? Give feedback.
All reactions