A vanilla js autocomplete component that supports remote filtering.
npm install plete --save
- Good WAI-ARIA support
- Support multiple input types: keyboard, mouse, touch
- Support local and remote filtering (async function as datasource)
- Custom rendering of elements
- Excellent test coverage
- Zero dependencies
Please see plete.dev for documentation.
If you'd like to contribute to the documentation, see plete-docs.
npm ci
npm run start-demo
open http://localhost:8080