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

combobox

Here are 105 public repositories matching this topic...

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

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.

anubra266
anubra266 commented Jul 10, 2021

Should change this line for allowing a user to provide a custom function that filters the list.
Use case: I want a fuzzy search, so the function will receive the Input value, all options and the option value; perform the operation and return true to validate the option.
https://github.com/anubra266/choc-autocomplete/blob/069d49d12639dc0bd425de689afb75fe35317b2d/src/helpers/input.ts#L25

Datagrid component that supports several types of value editing. It is possible to set up columns of type, checkbox, href, html content, combobox, chosen, multi-chosen, input fields with mask (string, number, money, br-phone, br-cpf, br- cnpj) and unmasked.
  • Updated Sep 3, 2018
  • CSS

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