davidtheclark / react-aria-modal

A fully accessible React modal built according WAI-ARIA Authoring Practices
http://davidtheclark.github.io/react-aria-modal/demo/
MIT License
1.03k stars 96 forks source link

have initialFocus use dialogId prop #42

Closed okize closed 6 years ago

okize commented 6 years ago

if focusDialog is true, then the initial focus will use the #react-aria-modal-dialog selector however that selector can be customized via the dialogId prop

davidtheclark commented 6 years ago

Thanks, @okize! Good catch.