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.