-
in https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-autosuggest/index.d.ts
The suggestions prop is defined as:
`suggestions: TSuggestion[];`
However, the documentati…
-
I'm trying to use react-autosuggest as an 'in-place' editor to edit cell values in a 'react-bootstrap-table' but having trouble to get it to work as expected.
Clicking in the cell, the autosuggest in…
-
Describe the problem and steps to reproduce it:
Search performed with unexpected words if the mouse pointer is below the search field(In other words if mouse pointer is over suggestion list.).
(Pleas…
-
@markdalgleish I'd appreciate your thoughts on https://github.com/moroshko/react-autosuggest/issues/301
Would it make sense to extend `react-themeable` to support nested keys in the input?
Or…
-
**What are we after:**
Add citations filter for statutes and regulations on MUR search using AO search design pattern
**Completion criteria:**
- [ ] Add citations filter for statutes and regu…
-
(Pnpm) All files get downloaded and get followed by a postinstall error:
```
.../@plan-three/material-ui-autosuggest postinstall$ webpack -p --display none
└─ Failed in 43s
ERROR @plan-three/mat…
-
Hi @moroshko,
I'm using the `react-autosuggest` component and applying the following two styles to the `suggestionsContainer` in my `theme` in order to get a scrollable dropdown when there are enough…
-
Here is a modified version for the new version of Material UI based on
[this example](https://material-ui-next.com/demos/autocomplete/)
Might be useful.
```
import React from 'react';
import P…
-
Hi! Love this library. According to the docs here, there is support for CSS Modules, Radium, Aphrodite, JSS, Inline styles, and global CSS -- but not `styled-jsx` (popular amongst Next.js users), whi…
-
I have an `onBlur` handler for the autosuggest box that sets state. However, if the blur happens because the user clicked the submit button, the submit event never happens. My understanding is that Re…