Here are
82 public repositories
matching this topic...
Fish-like autosuggestions for zsh
Updated
Jun 15, 2022
Shell
WAI-ARIA compliant React autosuggest component
Updated
Jun 23, 2022
JavaScript
Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
Updated
Jan 14, 2022
JavaScript
Set of enhancements for input control
Updated
May 6, 2020
JavaScript
🔍 Vue autosuggest component.
Updated
Mar 7, 2022
JavaScript
An accessible browser compatible javascript command palette
Updated
Jun 20, 2022
JavaScript
Alfred workflow to auto-suggest search results from multiple search engines and languages.
Utilities for highlighting text in autosuggest and autocomplete components
Updated
Jun 23, 2022
JavaScript
Fast Autocomplete: When Elastcsearch suggestions are not fast and flexible enough
Updated
Oct 12, 2021
Python
A beautiful, materialized and flexible React Select control
Updated
Jun 1, 2022
JavaScript
A general-purpose search bar, built in React
Updated
May 23, 2022
JavaScript
Accessible rendering layer for Autosuggest and Autocomplete components
Updated
Jun 22, 2022
JavaScript
React customisable autocomplete component with typeahead and grouped results from multiple APIs.
Updated
May 19, 2022
JavaScript
A lightweight typeahead / autocomplete component made with Svelte.js
Updated
Jan 16, 2019
HTML
Fish-like autosuggestions in eshell.
Updated
Sep 6, 2021
Emacs Lisp
ReactJS Movie Web App using The Movie Database(TMDB) Open API
Updated
Feb 14, 2021
JavaScript
Solr AutoComplete implementation
Updated
Oct 19, 2017
Java
Java auto-suggest engine for ANTLR4 grammars
Updated
Sep 12, 2018
Java
CodeMirror autosuggest addon
Updated
May 23, 2019
JavaScript
Vue component for suggestions with custom templates
Free Australian Address Validation, Search and Autocomplete
Updated
Jun 23, 2022
JavaScript
Minimalistic trie implementation for autosuggest and autocomplete components
Updated
May 2, 2017
JavaScript
Bring-Your-Own-UI autocomplete / mentions component for React.
Updated
Apr 21, 2022
JavaScript
Updated
Jun 17, 2022
Rust
react-autosuggest with suggestions from pelias services, such as geocode.earth.
Updated
Apr 3, 2019
JavaScript
🚦 🛠️ ⚙️ Quo, a toolkit for writing Command-Line Interface applications and a Text User Interface framework for Python.
Updated
Jun 15, 2022
Python
Angular search component with autosuggest
Updated
Feb 4, 2017
TypeScript
👽 A simple zero-dependency React component for inline suggestions.
Updated
Nov 2, 2019
TypeScript
Improve this page
Add a description, image, and links to the
autosuggest
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
autosuggest
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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