cengage / react-magma

https://react-magma.cengage.com
MIT License
21 stars 13 forks source link

Modal: When using `isBackgroundClickDisabled`, nothing in the modal is focusable #1417

Closed silvalaura closed 2 months ago

silvalaura commented 2 months ago

Describe the bug If isBackgroundClickDisabled is true, nothing in the modal is focusable by mouse or clickable. Text is also not selectable.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://codesandbox.io/p/sandbox/s2hcml
  2. Click on Show Modal
  3. Try to click on any of the interactive elements, or select the text

Expected behavior

Notes

silvalaura commented 2 months ago

Looks good!