[Feature Request] Support disableEnforceFocus
in Modal Component
#4750
spencer-coterie
started this conversation in
Feature requests
Replies: 2 comments
-
ENG-1107 [Feature Request] Support `disableEnforceFocus` in Modal Component |
Beta Was this translation helpful? Give feedback.
0 replies
-
Following up on this issue - are there any suggestions for a workaround? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
We present the react-plaid-link from the
Modal
component, and are facing an issue similar to the one discussed here.Plaid keeps flickering, preventing the user from entering their credentials. Upon further inspection, the NextUI modal is preventing focus from leaving while it's open.
Describe the solution you'd like
To solve this problem, I'd like to see an
disableEnforceFocus
prop which behaves similarly to the behavior described in the Material UI Modal component.Describe alternatives you've considered
As a workaround, we've been forced to modify how we present the Plaid experience, resulting in an inferior user experience.
Screenshots or Videos
No response
Beta Was this translation helpful? Give feedback.
All reactions