-
Currently, Stardown's settings page is very simple. I would like to keep it easy to use and lightweight, but there are many ways it could be improved.
For example, the options page could let users …
-
If one provides a default value, the autocomplete suggestions open by default on page load. I would like to disable this, but don't see a way.
``
-
### My Problem###
A few weeks ago, I made a typo when entering a command.
Now, I continually receive this incorrect command as an autocomplete suggestion, which has caused me to accidentally run it …
-
I am writing a mobile app with very specific ideas of how I want to implement and style it. When the popup appears underneath an auto-complete text field, the first item is selected by default for key…
-
I'm facing a problem with the exit intent hook that when the user clicks on an input and tries to select from the browser autoComplete suggestions it fires , i want it to fire only when he tries to mo…
-
Currently, the autocomplete engine only works with 2 url params options: boolean or a list of values (see this [file](https://github.com/elastic/kibana/blob/main/src/plugins/console/public/lib/autocom…
-
### Describe the bug
Dear team,
I have encountered an issue while testing the autocomplete component with virtual scroll enabled.
I think there is something wrong with the scrolling reset and t…
-
- On typing `retur` in a function, I am offered no autocomplete suggestions. I am okay with this.
- On typing `return` in a function, I am offered many autocomplete suggestions. Many of them do not co…
-
### Describe the bug
When you have an `autocomplete` element with many (thousands) of options, you may implement a custom `suggest` callback (for example, you might use a fuzzy search to assist use…
-
An experimental [AcceptAutocompleteAction](https://github.com/devoxx/DevoxxGenieIDEAPlugin/blob/master/src/main/java/com/devoxx/genie/actions/AcceptAutocompleteAction.java) (pressing tab key) is avail…