JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 34863
  • Score
    100M100P100Q145481F
  • License MIT

Auto-complete input values from server results

Package Exports

  • @github/auto-complete-element

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@github/auto-complete-element) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

<auto-complete> element

Auto-complete input values from server search results.

Installation

$ npm install --save auto-complete-element

Usage

import 'auto-complete-element'
<auto-complete src="/users/search">
  <input slot="field" type="text" data-autocomplete-autofocus>
  <div slot="popup">
    <ul slot="results"></ul>
  </div>
</auto-complete>

Browser support

  • Chrome
  • Firefox
  • Safari 9+
  • Internet Explorer 11
  • Microsoft Edge

Development

npm install
npm test

License

Distributed under the MIT license. See LICENSE for details.