Posts
Members
Info
Tooltip site/demo broken?
None of the examples at https://reacttraining.com/reach-ui/tooltip/ are working for me in Firefox or Chrome. Is it just me?
0
0
Can @reach/combobox autoselect the first option?
To see what I mean exactly, use the site search here: https://design-system.service.gov.uk/. Once typing, the top result is selected for you. This way a user can start typing, then tap enter to route to that matched result. Instead of keyboarding down first or clicking the…
0
0
Rendering paths wrapped in an ErrorBoundary
To make this short, I am trying to render some routes wrapped in ErrorBoundaries inside the Router but it does not correctly match the path supplied. Here is a quick sandbox example that I set up to show what I am talking about. Any help would be greatly…
0
0
Redirect to relative path not working
If the value of the "to" prop on a Redirect component is "baz" at "http://127.0.0.1/foo/bar"; however, it redirects to "http://127.0.0.1/baz" not "http://127.0.0.1/foo/baz", is that expected? I've seen an issue on GitHub detailing the problem, but they were closed even though…
0
4
MenuButton focus styles stay applied after MenuItem click
I have custom styling I applied to the MenuButton that should show on hover, when focused (to account for keyboard nav) and when it's open. However, clicking a MenuItem or MenuLink keeps these styles applied. Not sure if I overrode something but is there a way to make sure the…
0
0
Will we ever get a vertical mode for tabs?
Just curious if this has ever been considered. I'm in the process of making a tabbed interface where the tabs are listed as a vertical list. For a11y reasons, I'd really love to use Reach for it, but it's a bit confusing if you use the left/right arrow keys to navigate through…
0
0
Error installing via NPM - alternatives or solution?
Hi! I'm trying to use Reach for a demo project but starting yesterday have had issue running install via npm. All of my other packages install fine, but when I try to install @reach/router - I get the following: I've tested the site npm's saying it's getting a 404 for…
0
0