Can I trigger Modal/Dialog outside of React Comopnent like Toast? #4239
-
toast has a toastQueue which you can add/remove from anywhere Basically what I want is to eliminate |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think you want something like https://react-spectrum.adobe.com/react-spectrum/DialogContainer.html
|
Beta Was this translation helpful? Give feedback.
I think you want something like https://react-spectrum.adobe.com/react-spectrum/DialogContainer.html
However, there are still some reasons to keep the trigger in many cases. They help a button communicate to screen readers that they will open a popup or dialog, whether it's already open or not, and which one that button controls. Specifically, these aria roles