-
Notifications
You must be signed in to change notification settings - Fork 813
[fix] keep references of modals. #358
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
[fix] keep references of modals. #358
Conversation
keeping a reference of all modals in order to manage when to add/remove classes and aria from elements correctly.
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.
@diasbruno Yes, we need this!
@diasbruno lgtm thanks |
@diasbruno is this close to being merged in yet? 🙏 :) |
@diasbruno Please merge! 👍 |
Let's get a new version released with this too! |
👍 cheers |
@claydiffrient is this in the 1.7.7 release? |
Yes, it should be in and working in that release @boonier. |
Great thanks @claydiffrient |
Keep a reference of all modals in order to manage
when to add/remove classes and aria from elements
correctly.
This solution is based on @MarkMurphy's idea #308, but it uses a simple list
to work on IE (don't really support Set).
Fixes #218 #231 #308.
Acceptance Checklist:
CONTRIBUTING.md
.