autocomplete
autocomplete copied to clipboard
Accessible autocomplete component for vanilla JavaScript and Vue.
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...
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...
> 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?
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