-
First of all, this is awesome plugin! Thanks a lot for making it!
I'm using it everyday and in total highly happy with it results. However recently I found out one small issue and would like to con…
-
## Feature Request
I want to invoke AutoSuggest when the user does some action on some other control (e.g. click a button). Is it possible?
-
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…
-
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…
-
### Describe the bug
`
zsh prompt becomes very slow after multiple times of "source ~/.zshrc". I suspect it's the widgets of "_zsh_autosuggest_bound_#n_*" slowing zsh down, because after every time …
-
Admin side, advanced Items search: it'd be useful to have autosuggest functionality for the **Search By Tags** field, so that tags already present in the db could be seen without attempting to get the…
-
This plugin looks and works great as a replacement of the select field. I have a request though: if you add an option to accept values not present in the select, this plugin would be a great autosugge…
-
### Describe the bug
If `ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE` is manually set where fg or bg are less than 8, then the highlighting is not reset when accepting or partially accepting the suggestion.
#…
-
**Current behavior**
After installing and opening a new window it shows my current directory twice with a branch icon.
**Expected behavior**
The current directory should be shown once wit…
-
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…