Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into mocha-8
Browse files Browse the repository at this point in the history
  • Loading branch information
theKashey committed May 14, 2021
2 parents 44f9af9 + 2d82d12 commit c9712b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ I've got a good [article about focus management, dialogs and WAI-ARIA](https://
FocusLock has few props to tune behavior, all props are optional:
- `disabled`, to disable(enable) behavior without altering the tree.
- `className`, to set the `className` of the internal wrapper.
- `returnFocus`, to return focus into initial position on unmount(not disable).
> By default `returnFocus` is disabled, so FocusLock will __not__ restore original focus on deactivation.
Expand Down

0 comments on commit c9712b3

Please sign in to comment.