[Feature Request] allow autocomplete to keep partial search-input
See original GitHub issueProblem to solve
Currently with autocomplete you can search for an item but not for partial data.
for example when I write de
I wand to see all items the contains de
in the name without needing to select one of them as doing so removes all outer finds.
You can see what I mean in this gif : https://i.imgur.com/PCvT9Mz.gifv
Proposed solution
Add some property that will disable to auto clear when partial text entered.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
10 Autocomplete Search Best Practices - How Predictive ...
Partially Obscuring the Last Visible Suggestion; c. Make it Easy to Exit Autocomplete (and Remove the Search Input). 9. Provide Category Search Suggestions ......
Read more >Lightweight Autocomplete Controls with the HTML5 Datalist
In this tutorial, we'll take a deep-dive into the little-used HTML5 <datalist> element. It can implement a lightweight, accessible, cross- ...
Read more >Autocomplete (Azure Cognitive Search REST API)
The Autocomplete API finishes a partially typed query input using existing terms in the search index for use in a secondary query. For...
Read more >Autocomplete | Algolia
This function creates an autocomplete experience and attaches it to an element of the DOM.
Read more >Disable autofill/autocomplete with angular form and chrome
Set address-form-google-search input to autocomplete="nope" (or ... you will see how all the previous answers are just partial solutions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, ya, the v-combox is what I was looking for. I think it is confusing that we have 3 different components(comboxbox, autocomplete and select) to do very similar behaviors and we should just allow props for those behaviors,
This issue is being closed due to: