react-autosuggest icon indicating copy to clipboard operation
react-autosuggest copied to clipboard

WAI-ARIA compliant React autosuggest component

Results 115 react-autosuggest issues
Sort by recently updated
recently updated
newest added

Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

dependencies

In new version React react-autosuggest has problem with access to Ref, because function component can't work with Ref as prop. Rename ref => innerRef

How do show feedback to the user when the suggestion list is empty? I tried the codepen example you provided but it doesn't work sometimes when you type fast and...

needs clarification

I want a user to be able to show more content on the autosuggest dropdown just like Amazon's search bar, and I am able to show more content on the...

## Are you reporting a bug? Not a bug ## Are you making a feature request? This is a potential feature request if that feature is not available. In my...

## Reporting a bug? https://codepen.io/hussainsaify/pen/qBmvvbb * Provide the steps to reproduce the issue, e.g.: 1. Focus on the input field 2. Suggestion will get loader by default. 3. Click on...

I have a close button inside the suggestions container which, onMouseDown blurs the input in order to close the suggestions. It however breaks the ability to tab around inside the...

This fixes #701. Currently this can be done per-project with `renderSuggestionsContainer`, but there is no reason for this container to have a `listbox` role to start with since the list...

Our accessibility audit revealed that an `aria-label` attribute was required on the search results listing given by the `ul[role=listbox` element. These changes make it possible to pass this down as...

Codepen: https://codepen.io/gaurav5430/pen/rNaYgBe?editors=0010 1. Focus on the input field 2. Type `c`, and wait for suggestions to appear 3. Look at the rendered html **Observed behaviour:** both the suggestions container and...

bug
react-autowhatewer