Replies: 1 comment
-
Yes. It's possible by adding <Autocomplete label="Favorite Animal" popoverProps={{shouldCloseOnScroll: false}}>
<AutocompleteItem key="red_panda">Red Panda</AutocompleteItem>
<AutocompleteItem key="cat">Cat</AutocompleteItem>
<AutocompleteItem key="dog">Dog</AutocompleteItem>
</Autocomplete> |
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
-
The autocomplete menu would close automatically when scrolling the page, even with
menuTrigger='manual'
.I wonder if it is possible to keep the menu open when losing focus (e.g., scrolling the page).
Beta Was this translation helpful? Give feedback.
All reactions