Skip to content
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

Dropdown elements for internal navigation require click on text #4781

Closed
zlavergne opened this issue Jun 24, 2021 · 0 comments · Fixed by #4782
Closed

Dropdown elements for internal navigation require click on text #4781

zlavergne opened this issue Jun 24, 2021 · 0 comments · Fixed by #4782

Comments

@zlavergne
Copy link

zlavergne commented Jun 24, 2021

I noticed that any internal navigation link that lives within a dropdown requires you to click on the text of the dropdown object rather than just clicking the box around it. The "Access Project" dropdown in the project edit page is an example of one of these:

Screen Shot 2021-06-24 at 12 34 41 PM

I've got an incoming PR that'll improve this behavior by using @reach/router's navigate functionality which lets the entire <span/> use the handleClick instead of the anchor element. The end functionality is that it functions more like a button than a link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant