-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[Popover] Add interactable attribute #25271
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not flying for the same reason as before. It should remove the Modal behavior all together.
@oliviertassinari Thanks for looking into it! Could you elaborate more on what it means by that? I've gone through Modal API doc to see if I can pick up on something, but I'd appreciate it if there are resources that I could refer to as well! |
If we want to disable the modal behavior, then I think that we should not mount the Modal component in the first place. |
@oliviertassinari I see! Would you have any suggestions as to what would be the most appropriate component to replace in this case? I see that |
I don't think the |
@eps1lon Thanks for the suggestion! |
|
Closing since there hasn't been any response in 3 months to #25271 (comment) |
As addressed in #25257, it is inherent as a modal to block all interactions with the rest of the page. The
interactable
flag will enable user interaction with the rest of the page when the popover is open.