COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20220202222459/https://github.com/topics/autosuggest
Here are
80 public repositories
matching this topic...
Fish-like autosuggestions for zsh
Updated
Jan 20, 2022
Shell
WAI-ARIA compliant React autosuggest component
Updated
Jan 14, 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
Dec 15, 2021
JavaScript
An accessible browser compatible javascript command palette
Updated
Feb 2, 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
Oct 21, 2021
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
Oct 6, 2021
JavaScript
A general-purpose search bar, built in React
Updated
Jul 12, 2021
JavaScript
Accessible rendering layer for Autosuggest and Autocomplete components
Updated
Jul 6, 2020
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
Dec 6, 2021
JavaScript
Minimalistic trie implementation for autosuggest and autocomplete components
Updated
May 2, 2017
JavaScript
Updated
Sep 21, 2021
Rust
react-autosuggest with suggestions from pelias services, such as geocode.earth.
Updated
Apr 3, 2019
JavaScript
Bring-Your-Own-UI autocomplete / mentions component for React.
Updated
Mar 23, 2021
JavaScript
Angular search component with autosuggest
Updated
Feb 4, 2017
TypeScript
A simple modular Vuejs component that autosuggest input from a dyanamic or static data querying.
👽 A simple zero-dependency React component for inline suggestions.
Updated
Nov 2, 2019
TypeScript
An accessible React component to take the pain out of creating auto-suggestion components
Updated
Sep 23, 2021
JavaScript
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