aviflombaum / shadcn-rails

https://shadcn.rails-components.com
MIT License
470 stars 32 forks source link

Dialog doesn't have focus trapped #21

Open TGlide opened 11 months ago

TGlide commented 11 months ago

Description

According to WAI-ARIA, focus should be trapped withing an open Dialog's content, meaning pressing Tab should not move the focus outside of the page. That is not the case currently.

Steps to reproduce

  1. Open a Dialog
  2. Press Tab a couple times
aviflombaum commented 11 months ago

On it