autocomplete icon indicating copy to clipboard operation
autocomplete copied to clipboard

Accessible autocomplete component for vanilla JavaScript and Vue.

Results 80 autocomplete issues
Sort by recently updated
recently updated
newest added

Can I make such a search through your wonderful plugin, name:cities - this label for search groupe, and results these are the search group results...my array looks like: ``` [...

Hey there Very useful package! I'm using it together with the Mapbox Geocoding API to fetch and display locations. One problem i have is that the `focus` event keeps triggering...

Some services like Google Places require to display an attribution. The current version does not support this, as it only has an UL element to render the results to. My...

It happens on some recent Firefox version on Android (e.g. 99.0.1) that when we select one item from suggestion list, handleInput is triggered again with the selected value which call...

Hi @trevoreyre - great component, it works really well so thanks for sharing. I do have one small issue using the JavaScript version. When using VoiceOver (on Chrome MacOS), the...

bug
js

When using the VueComponent layer, when the AutocompleteCore handles the "Tab" keypress, it doesn't trigger the onSubmit method. The value gets filled to the input but I can't update my...

enhancement
vue

> List autocomplete with automatic selection: When the popup is triggered, it presents suggested values that complete or logically correspond to the characters typed in the textbox, and the first...

I was wondering how to show a 'No Results found' message if no results are found?

js

It's possible set value input and other value to label. ` {"id":1, "name":"xpto"} ` I need submit value id and show value name in search. In js component

Packages doesn't seems run with Vue3, will you update it?

help wanted
vue