Using form + combobox inside a dialog #4248
Unanswered
ryanbitonio
asked this question in
Q&A
Replies: 2 comments 5 replies
-
I encountered the same issue with using a combobox with a sheet. I believe both components conflict because they use the same overlay system. I'm also wondering how to resolve this bug. It's really frustrating me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The solution is here 1748. You need to add the class |
Beta Was this translation helpful? Give feedback.
5 replies
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.
-
Does anyone know why I can't select any of the items in the combobox? It automatically closes the dialog upon clicking any of the items. My goal is to create a dialog with form inside, specifically combobox and input fields. I tried removing the dialog and it works perfectly fine. Not sure what's causing the issue.
Beta Was this translation helpful? Give feedback.
All reactions