-
Updated
Jun 21, 2021 - JavaScript
combobox
Here are 105 public repositories matching this topic...
-
Updated
Jul 23, 2021 - TypeScript
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.
-
Updated
May 29, 2021 - JavaScript
-
Updated
Jul 15, 2021 - HTML
-
Updated
Sep 4, 2018 - JavaScript
-
Updated
Mar 19, 2021 - Pascal
-
Updated
Jun 27, 2021 - C#
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
-
Updated
Nov 22, 2020 - JavaScript
-
Updated
Dec 3, 2017 - JavaScript
-
Updated
Aug 5, 2020 - C#
-
Updated
Jun 4, 2021 - Objective-C
-
Updated
May 5, 2021 - C++
-
Updated
May 27, 2021 - JavaScript
-
Updated
Jul 20, 2021 - TypeScript
-
Updated
Jul 3, 2021 - C++
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Jul 23, 2021 - Java
-
Updated
May 26, 2021 - C#
-
Updated
Feb 18, 2019 - TypeScript
-
Updated
Jul 31, 2019 - JavaScript
-
Updated
Sep 3, 2018 - CSS
-
Updated
Apr 7, 2018 - Objective-C
Improve this page
Add a description, image, and links to the combobox topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the combobox topic, visit your repo's landing page and select "manage topics."
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