-
Updated
Jul 28, 2021 - JavaScript
#
suggestions
Here are 116 public repositories matching this topic...
Simple autocomplete pure vanilla Javascript library.
search
fast
lightweight
autocomplete
vanilla-javascript
dropdown
customizable
autocomplete-component
auto-complete
autocomplete-search
suggestions
hacktoberfest
javascipt
autocomplete-functionality
suggestion-engine
autocompletion-engine
autosuggestion
autocomplete-library
autocomplete-js
autocompletejs
Subclass of UITextField that shows inline suggestions while typing.
-
Updated
Oct 13, 2020 - Swift
Awesome Search - this is all about the (e-commerce) search and its awesomeness
search
search-engine
natural-language-processing
knowledge-graph
synonyms
ranking
learning-to-rank
suggestions
spelling-correction
semantic-search
search-engines
relevant-search
query-understanding
autocomplete-suggestions
ecommerce-search
search-ui
relevance-algorithms
search-intents
evaluating-search
search-ux
-
Updated
Jul 19, 2021
5
sssmi
commented
Feb 17, 2019
I'm submitting a ...
- bug report
- feature request
- support request
What is the current behavior?
Keyboard control works great, but still lacking many accessibility features.
What is the expected behavior?
vue-simple-suggest to be more screen reader friendly.
Including:
- Necessary aria tags
- Using a
ulandlitags for suggestions
6
11
Blazing fast and lightweight autocomplete widget without dependencies. Only 1KB gzipped. Demo:
-
Updated
Jul 28, 2021 - TypeScript
The famous iOS search bar with auto completion feature implemented.
-
Updated
Feb 3, 2020 - Swift
Features and tweaks to R that I and others would love to see - feel free to add yours!
-
Updated
Nov 13, 2019 - R
Issue tracker for Kaiserreich for Hearts of Iron 4
-
Updated
May 21, 2021
Browser extension that removes recommended videos from YouTube
-
Updated
Jul 24, 2021 - JavaScript
Spring Assistant - IntelliJ plugin that assists you in developing spring applications
-
Updated
May 20, 2021 - Java
A Vue2 plugin for input content suggestions, support using keyboard to navigate and quick pick, it make use experience like search engine input element
-
Updated
Apr 26, 2020 - JavaScript
Fast and extendible Node.js/Javascript fulltext search engine.
-
Updated
Sep 21, 2017 - JavaScript
React-компонент для подсказов адресов, организаций и банков с помощью DaData.ru
-
Updated
Jun 17, 2021 - TypeScript
jonhug
commented
Apr 11, 2019
It would be great to have a module to integrate to Softron Movie Recorder and OntheAir to be able to trigger records and playback.
An API is available for both programs
A WPF Dark/Light AutoComplete TextBox that can easily handle 20.000+ entries.
-
Updated
Jan 29, 2021 - C#
-
Updated
Nov 6, 2020 - Haskell
Add support for mentions to your Slate editor.
-
Updated
Nov 17, 2017 - JavaScript
Yarn completions for Z-shell that supports yarn workspaces
-
Updated
May 18, 2021 - Shell
Building Autocomplete API with Completion Suggester in ASP.NET Core sample project
-
Updated
Feb 3, 2018 - C#
mike1pol
opened
Jun 13, 2019
A versatile bangla input tools for the web
-
Updated
Jan 28, 2020 - JavaScript
A learning JavaScript dictionary-based word prediction / autocomplete / suggestion library.
javascript
autocomplete
autocompletion
text
writing
typing
prediction
javascript-library
words
write
text-processing
suggestions
word-prediction
-
Updated
May 10, 2021 - JavaScript
Simple autocomplete for bulma.io
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jul 20, 2021 - JavaScript
This PHP class will return 10 Google Search suggestions for any given language and phrase(s)
-
Updated
Apr 14, 2016 - PHP
Just another one React component for dadata suggestions
-
Updated
Jun 15, 2021 - JavaScript
A project around helping to prevent typing typos. TySug (Typo Suggestions) suggests alternative words with respect to keyboard layouts
go
docker
golang
toml
keyboard
cors
webservice
library
algorithm
keyboard-layout
typing
jaro-winkler
words
typo
string-distance
suggestions
spelling-errors
jaro
-
Updated
Aug 3, 2020 - Go
Inbox for proposals to improve OrbitDB
-
Updated
May 7, 2021 - HTML
Improve this page
Add a description, image, and links to the suggestions topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the suggestions topic, visit your repo's landing page and select "manage topics."
Fider currently only run migrations that have a timestamp higher than the last executed migration.
This means we need to be extra careful when merging PRs to ensure the timestamp on the migration files are always accurate.
Ruby on Rails takes another approach where they run all migrations that have not yet been executed on the server. They still apply it in order of timestamp, but allows P