The Wayback Machine - http://web.archive.org/web/20220716005220/https://github.com/topics/combobox
Skip to content
#

combobox

Here are 122 public repositories matching this topic...

rollie42
rollie42 commented Nov 21, 2021

This is a question/request, but I am happy to try to contribute if you can point me in the right direction :)

I notice when using useSelect, if I have a number of entries in the Select dropdown like "San Francisco", "San Diego", and "San Antonio", If I type "San F", it doesn't select the appropriate entry because the space key causes the dropdown to close. So - is there a way to prevent this

rodrigofariow
rodrigofariow commented May 7, 2020

Hey there maintainers :)

First of all, thank you very much for this library! It has really made the difference for me and my company on how focused and reliable it is, specially compared to other "tooltip/popovers" libraries.

In the product I'm working on, I have recently come up with several use cases where I needed to use tooltips for markers in a google maps instance.
It was all good for

enhancement good first issue
ariademur
ariademur commented Mar 10, 2021

Hello,

Using vanilla JS, I noticed that "onUpdate" is being called on any event on the page, not only when the results list is updated, as the documentation states.

Here's a Codepen example forked from "Simple autocomplete - @trevoreyre/autocomplete-js"
https://codepen.io/ariademur/pen/wvoQErz

Even if clicking around the page, no relation to the autocomplete, the "onUpdate" is called.

good first issue js

Improve this page

Add a description, image, and links to the combobox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the combobox topic, visit your repo's landing page and select "manage topics."

Learn more