Prevent Select options body from closing on onClick
#2118
Replies: 1 comment 1 reply
-
Hey @sou-gabriel, The select isn't meant to support an input like this to filter really. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys! I have an impediment in the construction of a Select component. It is a Select with infinite scrolling and I need to provide the user with a search option, since the data is populated little by little - as the user scrolls. When I access the application on a desktop, everything behaves as expected, but when I access my web application on a mobile device, every time I focus on the text box, the Select menu closes. Is there any property that can help me to write that when it detects a click on the options menu, I cut this default behavior of closing it?
Gravacao.de.Tela.2023-04-27.as.16.43.40.mov
My component looks something like this:
Beta Was this translation helpful? Give feedback.
All reactions