We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style
Similar to how className is applied, style could be applied to the main div (the one with the data-focus-lock-disabled attribute).
className
div
data-focus-lock-disabled
Happy to open a pull request, but wanted to ask your preference:
lockProps
react-focus-lock
After switching to react-focus-on from react-focus-lock this has been the only API gap. Thanks for your work!
react-focus-on
The text was updated successfully, but these errors were encountered:
Valid point. A good addition to #42
Sorry, something went wrong.
theKashey
Successfully merging a pull request may close this issue.
Similar to how
className
is applied,style
could be applied to the maindiv
(the one with thedata-focus-lock-disabled
attribute).Happy to open a pull request, but wanted to ask your preference:
style
prop only.lockProps
prop similar toreact-focus-lock
where any valid HTML or React attribute can be applied.After switching to
react-focus-on
fromreact-focus-lock
this has been the only API gap. Thanks for your work!The text was updated successfully, but these errors were encountered: