All Projects → TarekRaafat → Autocomplete.js

TarekRaafat / Autocomplete.js

Licence: apache-2.0
Simple autocomplete pure vanilla Javascript library.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Autocomplete.js

clifm
The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell
Stars: ✭ 825 (-75.93%)
Mutual labels:  fast, lightweight, customizable, autosuggestion
Vue Simple Suggest
Feature-rich autocomplete component for Vue.js
Stars: ✭ 324 (-90.55%)
Mutual labels:  search, customizable, autocomplete
AutoMagic
A magically fast, lightweight and customizable javascript library.
Stars: ✭ 16 (-99.53%)
Mutual labels:  fast, lightweight, customizable
Autocomplete
🔮 Fast and full-featured autocomplete library
Stars: ✭ 1,268 (-63.01%)
Mutual labels:  search, autocomplete, dropdown
Ngautocomplete
Light-weight autocomplete component for Angular.
Stars: ✭ 52 (-98.48%)
Mutual labels:  autocomplete, dropdown, auto-complete
React Select Me
Fast 🐆. Lightweight 🐜. Configurable 🐙. Easy to use 🦄. Give it a shot 👉🏼
Stars: ✭ 119 (-96.53%)
Mutual labels:  lightweight, fast, dropdown
Slim Select
Slim advanced select dropdown
Stars: ✭ 517 (-84.92%)
Mutual labels:  search, dropdown, vanilla-javascript
Core Components
Accessible and lightweight Javascript components
Stars: ✭ 85 (-97.52%)
Mutual labels:  lightweight, autocomplete, dropdown
Ng Select
⭐ Native angular select component
Stars: ✭ 2,781 (-18.87%)
Mutual labels:  hacktoberfest, autocomplete, dropdown
Pareto.js
An extremely small, intuitive and fast functional utility library for JavaScript
Stars: ✭ 254 (-92.59%)
Mutual labels:  hacktoberfest, lightweight, fast
wui
Collection of GUI widgets for the web
Stars: ✭ 44 (-98.72%)
Mutual labels:  lightweight, dropdown, customizable
React Select Search
⚡️ Lightweight select component for React
Stars: ✭ 379 (-88.94%)
Mutual labels:  search, lightweight, dropdown
Smartmaterialspinner
The powerful android spinner library for your application
Stars: ✭ 108 (-96.85%)
Mutual labels:  search, autocomplete, dropdown
Autocomplete
Accessible autocomplete component for vanilla JavaScript and Vue.
Stars: ✭ 277 (-91.92%)
Mutual labels:  search, autocomplete, vanilla-javascript
Elasticsearch-Autocomplete-API-Sample
Building Autocomplete API with Completion Suggester in ASP.NET Core sample project
Stars: ✭ 20 (-99.42%)
Mutual labels:  autocomplete, autocomplete-search, suggestions
SuggestBoxLib
A WPF Dark/Light AutoComplete TextBox that can easily handle 20.000+ entries.
Stars: ✭ 36 (-98.95%)
Mutual labels:  autocomplete, suggestions
ios-application
A native, lightweight and secure one-time-password (OTP) client built for iOS; Raivo OTP!
Stars: ✭ 581 (-83.05%)
Mutual labels:  fast, lightweight
react-native-dropdown-autocomplete
Autocomplete input with dropdown modal component for React native. Useful for pages with multiple autocomplete's.
Stars: ✭ 97 (-97.17%)
Mutual labels:  autocomplete, dropdown
elm-selectize
selectize-like dropdown menu with autocompletion in elm
Stars: ✭ 28 (-99.18%)
Mutual labels:  autocomplete, dropdown
frontal
An Angular select/dropdown component
Stars: ✭ 20 (-99.42%)
Mutual labels:  autocomplete, dropdown

autoComplete.js

License GitHub package.json version npm 100% Javascript Zero Dependencies Minified Size Yes Maintained npm Open Source Love



autoComplete.js Design



Simple autocomplete pure vanilla Javascript library. 🚀 Live Demo v10

autoComplete.js is a simple, pure vanilla Javascript library progressively designed for speed, high versatility, and seamless integration with a wide range of projects & systems. (Made for a better developer experience)

Features

  • Pure Vanilla Javascript
  • Zero Dependencies
  • Simple & Lightweight
  • Powerful Search Engine with two different modes
  • Diacritics Support
  • Debounce Support
  • Life Cycle Events
  • Useful plugin API
  • WAI-ARIA Compliant
  • Highly Customizable
  • Works on anything (<input>, <textarea> and contentEditable elements)
  • Well Documented

autoComplete.js Code Example

Getting Started

Installation:

CDN

JS

<script src="https://cdn.jsdelivr.net/npm/@tarekraafat/[email protected]/dist/autoComplete.min.js"></script>

CSS

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@tarekraafat/[email protected]/dist/css/autoComplete.min.css">

Package Manager

  • npm install (Node Package Manager)
npm i @tarekraafat/autocomplete.js
  • Yarn install (Javascript Package Manager)
yarn add @tarekraafat/autocomplete.js

Documentation:

  • For usage & configuration details check out autoComplete.js docs 📔

Community Plugins:


Support

Technical questions and support, please post your question on Stack Overflow using the below tag

General questions or new ideas for autoComplete.js please start a discussion on Github using the below link


Author

Tarek Raafat


License

Released under the Apache 2.0 license.

© 2021 Tarek Raafat

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].