Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/levimcg/rivet-autocomplete

A combobox-style autocomplete widget for Rivet
https://github.com/levimcg/rivet-autocomplete

Last synced: about 8 hours ago
JSON representation

A combobox-style autocomplete widget for Rivet

Awesome Lists containing this project

README

        

# Rivet autocomplete
A combobox-style autocomplete widget for [Rivet](https://rivet.iu.edu/) built using [Svelte](https://svelte.technology/).

[**See Demo >**](https://levimcg.github.io/rivet-autocomplete/)

## Working with the source files
1. `npm install`
2. `npm run start`
3. Browser will open local development server `http://127.0.0.1:8080/`

## To-dos

- [X] Add event listeners for when user clicks outside of menu/input
- [ ] Add custom results template option
- [X] Add custom filtering/matching function option
- [ ] Add detailed API documentation
- [ ] Explore better progressive enhancement/fallback options