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

## Are you reporting a bug? Yes * Please create a Codepen that demonstrates your issue. You can start from the [Basic example](http://codepen.io/moroshko/pen/LGNJMy). * Provide the steps to reproduce the...

## Are you reporting a bug? No ## Are you making a feature request? Yes * Please describe your use case from user journey point of view, e.g.: > On...

Bumps [terser](https://github.com/terser/terser) from 4.6.7 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

In a new React app running version `17.0.2`, I get a console error when using this component: ``` Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate...

Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.1.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

If user press many time on keyboard, it calls many fecth to get the data. There is a possibility to throttle or debounce those inputs et fetching only on the...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

I get a `Timed out in waitForElement.` ``` it('calls "onSelect" prop when an item is selected', async () => { const onSelect = jest.fn(); const { getByPlaceholderText, container } =...

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies