combobox
Here are 122 public repositories matching this topic...
-
Updated
Jul 15, 2022 - TypeScript
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
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.
A Chakra UI themed wrapper for the popular library React Select
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jun 23, 2022 - TypeScript
A beautiful, materialized and flexible React Select control
-
Updated
Jun 1, 2022 - JavaScript
The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
-
Updated
Apr 13, 2022 - HTML
A collection of VCL/LCL components for Delphi/Lazarus - buttons, panels, LinkLabel, ProgressBar, ColorComboBox, ColorListBox, Timer and other
-
Updated
Jul 3, 2022 - Pascal
jQuery plugin to create a text box which can auto-complete and pull-down-select.
-
Updated
Sep 4, 2018 - JavaScript
Attach combobox navigation behavior to <input> or <textarea>.
-
Updated
Jul 15, 2022 - JavaScript
ComboBox with filtering (auto-complete) for WPF
-
Updated
Oct 17, 2021 - C#
A module for use with Pygame. Includes fully customisable buttons, textboxes, sliders and many more, as well as the ability to create and run animations on these widgets.
-
Updated
Sep 5, 2021 - Python
Best Prism MVVM Practice 2020
-
Updated
Aug 5, 2020 - C#
Shows how to use macOS AppKit Cocoa controls without StoryBoard only by programming code (objective-c)
-
Updated
Jun 4, 2021 - Objective-C
Shows how to use Fltk controls only by programming code (c++17).
-
Updated
Jun 22, 2022 - C++
Ext JS 5 trigger implementation. Adds a clear icon to textfields and comboboxes
-
Updated
Dec 3, 2017 - JavaScript
Shows how to use Gtkmm controls by programming code (c++17).
-
Updated
May 5, 2021 - C++
Control Library for WPF
-
Updated
Apr 17, 2022 - C#
Vue components based on the JUI components available in Vue.js
-
Updated
Jun 1, 2022 - JavaScript
Yet another Select-Box based on react and styled-components
-
Updated
Jul 14, 2022 - TypeScript
-
Updated
Jul 7, 2022 - JavaScript
Javascript UI Component - Combobox
-
Updated
Apr 10, 2019 - JavaScript
A ComboBox with Chips/Chip Components for Vaadin Flow
-
Updated
Jul 8, 2022 - Java
Responsive autocomplete with pure JS (Vanilla).
-
Updated
Jul 31, 2019 - JavaScript
The only true Angular Combobox component ;)
-
Updated
Feb 18, 2019 - TypeScript
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."


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