Trigger a modal from a dropdown #2008
-
Hey experts! I am currently working on building a todo application, and what I would like to do is have each todo in a card. In that card header I want to have a dropdown menu trigger (using a NextUI Dropdown), the dropdown menu items will be for Edit and Delete actions, the buttons for these will trigger a modal popup (using a NextUI Modal). The issue I currently have is that I click the dropdown menu item, the modal pops up, but disappears almost instantly. I cannot find a way to make this work? I was trying to use the components in NextUI as much as possible so I don't need to build out my own functionaity. Any help is greatly appreaciated. I currently have this:
The EditModal for example is:
And GlobalModal is:
---Edit--- |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 9 replies
-
The docs say the
|
Beta Was this translation helpful? Give feedback.
-
Screencast.from.2023-11-22.19-40-29.webm@stefanwright1988 Having the same issue |
Beta Was this translation helpful? Give feedback.
-
Has anyone came to a workaround to this issue? |
Beta Was this translation helpful? Give feedback.
-
I just started running in to this myself. I'm using plenty of modals elsewhere in my project but the moment I attempt to do trigger opening one from the dropdown menu I get the same behavior as described. |
Beta Was this translation helpful? Give feedback.
-
I'm struggling to implement the modal in a dropdown menu as well and I've tried the above solutions but the modal just never shows up. Basically what I have is:
I can see the console log trying to open the edit modal. Does anyone know what's going on here? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
Before the latest release my component worked perfectly with the 'isReadOnly' prop workaround. Since that I havent used component which rendered dropdown(I just worked on different components). But since latest release (I think because I have found issue yesterday), it stopped working.
I haven't changed a single thing, while I render modal exactly inside Dropdown component (not wrapped inside dropdown menu), it renders my modal trigger and modal is rendered correctly after press/click. For now - debugging ¯_(ツ)_/¯ |
Beta Was this translation helpful? Give feedback.
-
I have exactly the same issue. |
Beta Was this translation helpful? Give feedback.
@stefanwright1988 @theonlyway @thebashpotato Hey, i found a fix and its pretty simple, Just put the modal outside of dropdown