Combobox Popover is closing itself when used with async API #7895
Unanswered
iangrayhazzard
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
-
I'm trying to make an address autocomplete component using the Google Maps "Places API". For some reason, the popover element in a combobox closes itself when making asynchronous calls to the api. Could someone take a look and tell me what I'm doing wrong? Here is a minimal reproduction: CodeSandbox
Try typing in an address like "2345 SW". You'll notice when you type the "W" in "SW" the popover closes, though it can be reopened by pressing the button. You will see that there are still results to display, so I don't understand why the popover is closing, unless it is still doing some filtering logic of it's own on top of the api.
Beta Was this translation helpful? Give feedback.
All reactions