@nammaplugin/autocomplete
v1.2.0
Published
Auto Complete Dropdown
Downloads
1
Maintainers
Readme
AutoComplete
Auto Complete Dropdown
Contents
Description
Enables users to quickly find and select from a pre-populated list of values as they type, leveraging searching and filtering.
Demo
Basic Example
Features
- Lightweight: 4 kB of JavaScript
- Searchable dropdown
- Callbacks
Setup
Auto Complete Dropdown can be refere from CDN:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://autocomplete.pages.dev/autocomplete-bundle.min.css">
<script src="https://autocomplete.pages.dev/autocomplete-bundle.min.js"></script>
The Auto Complete Dropdown can then be initialized on the following way:
$("#autocomplete").AutoComplete();
Browsers
The autocomplete plugin is regularly tested with the latest browser versions and supports the following minimal versions:
- Google Chrome
- Mozilla Firefox
- Microsoft Internet Explorer
Support
This project is actively maintained, but there is no official support channel.
If you have a question that another developer might help you with, please post
in Issues in GitHub.
License
Released under the MIT license.
Version 1.0.0 beta - 2021/07/13
- First release