-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Add suggestions to autocomplete; limit by context (if you have selected one class from ontology O, only allow selections from O).
Show matching synonym if match is to synonym.
Autosuggest the "some"…
-
Hi. I'm unable to chenge data that AutoComplete uses to render suggestions. It can be assigned only when binding AutoComplete to input element.
I am able to retrieve data from my webservice but I don'…
Guris updated
12 years ago
-
After upgrading to the latest version, VS code tells me that there is a problem when I pass an `Item` to `triggers.ItemStateChangeTrigger`, because `Item` does not expose `"__#5@#getToggleState"(): "P…
-
Since the container/root element does not pass className prop we can't use styled components on it.
Since we're not using any other styling other than styled in our project there is no way for me to …
-
In my app, I use `renderSuggestionsContainer` to add some custom action buttons right after the suggestions. I need those actions to be available from the moment the user focus on the input, even befo…
-
Hello,
I love this project, it is working great so far.
Just a suggestion on a docs improvement. I like how you can theme it using CSS modules or inline styles etc, but there is no good CSS modu…
-
Typing "MCF10" to search bar keeps the model system search finding for MCF10-A, but signatures are not kept.
![image](https://user-images.githubusercontent.com/24969261/64730473-6cb8ec80-d4ad-11e9-…
-
#### Describe the bug
When completing `dd if=[TAB]` $realpath is `if=/path/to/file` instead of `/path/to/file`
I can make sure:
- [X] I am using the latest version of fzf-tab
- [X] this is the m…
-
I'm passing a 'className' attribute to the Autosuggest widget so that I can customize the width, but I see odd behavior when I do this. First, here's how I am calling it:
```
```
Also, I have…