@nammaplugin/autocomplete

1.2.0 • Public • Published

AutoComplete

NPM version MIT License CI

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

Package Sidebar

Install

npm i @nammaplugin/autocomplete

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

41.6 kB

Total Files

28

Last publish

Collaborators

  • techaravi