You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helpers package for reusable functions for dealing with UI interactions. For this particular issue, we are simply implementing focus trapping, but the package has the potential to facilitate more ui-related helper functions as well.
Create package
Refactor mdc-temporary-drawer to use package
The text was updated successfully, but these errors were encountered:
MDC Web now relies upon the focus-trap third-party library for modal behavior within MDC Dialog and MDC Drawer. This is hooked up via an adapter and util API so that it can be replaced in other contexts if necessary.
MDC Menu's focus trapping logic is a bit more unique and does not reuse focus-trap.
Helpers package for reusable functions for dealing with UI interactions. For this particular issue, we are simply implementing focus trapping, but the package has the potential to facilitate more ui-related helper functions as well.
The text was updated successfully, but these errors were encountered: