-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
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
Order of elements #37
Labels
Comments
Hi @ndelangen, happy to see you here! |
Sure, will do. |
ndelangen
added a commit
to ndelangen/reactjs-popup
that referenced
this issue
Sep 22, 2018
yjose
added a commit
that referenced
this issue
Sep 29, 2018
web3gru
pushed a commit
to web3gru/reactjs-popup
that referenced
this issue
May 13, 2023
web3gru
pushed a commit
to web3gru/reactjs-popup
that referenced
this issue
May 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For usability and accessibility it would be better to place the popup content AFTER the trigger.
This will allow TAB-index to work as expected.
As a work-around I have added tabIndex="1" to the trigger and set
keepTooltipInside
totrue
.The text was updated successfully, but these errors were encountered: