websocket98765
websocket98765
This one is honestly a lot of work to build a demo to repro. Just ignore my OP in this thread, since I identified the cause in the 2nd comment,...
@Haroenv Best way to see where labels are needed is to load a page with many react-instantsearch components and run Lighthouse browser extension because it will generate a list of...
Also, ideally it should work to pass aria-label to custom components built using connectors too.
@brettinternet My mention of `ToggleRefinement` isn't related to aria-label, but to HTML `title` attribute. Just figure if @Haroenv is looking at how to pass/set `aria-label`, it'd be a timesaver to...
In addition to `aria-label`, something to keep in mind is it may be useful to pass `id` and `aria-labelledby` so that existing labels on the page, that may be outside...
I'm not familiar with Downshift's `...inputProps`, but based on the spread syntax, yeah that looks like it would work well if it's doing what I assume, which is passing all...
FWIW, I have gason-- working in basic tests and like it much better than gason! You wrote a really intuitive API to access elements.