-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to to make sheet open but inside dropdown menu #1685
Comments
Hello, I had the same issue and I fixed it by changing the Don't forget to add the
|
Got somewhat the same issue when trying to trigger a modal when a dropdown element was "active", this triggered "pointer-events:none;" on body. Applied modal={false} and fixed the problem! Nice, thanks Floriaaan! |
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you. |
Any idea how can i have a dropdownmenu with two or more options, and each option open a different sheet modal? For example: when clicking on options it triggers the dropdownmenu which has: 1. new incidence, 2. edit selected incidence, 3. modify status. Each option should trigger different sheets forms. |
@Acapovilladev did you figure this out? facing the same issue |
im having the same issue opening a sheet from a dropdown menu item. sheet closes automatically |
@Acapovilladev did you solve it? I also would like to open different sheets based dropdown menu item selected. |
I solved the problem of open different sheets using a popover instead of dropdown menu. The single problem is the popover don't close on open the sheet |
The main issue is that React component for So, I solve the issue using the
For my specific case, I mixed with DataTable also, the idea is the same, I just forward the data to "columns" and add the capacity to open different sheets. You can check on this code here (on my code I rename sheet to drawer). |
How to to make sheet open but inside dropdown menu?
Im trying but the sheet imidietly close.
thank you.
The text was updated successfully, but these errors were encountered: