Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/levimcg/rivet-autocomplete
- Owner: levimcg
- License: bsd-3-clause
- Created: 2019-03-01T22:13:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T17:13:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T15:11:04.903Z (7 months ago)
- Language: HTML
- Homepage: https://levimcg.github.io/rivet-autocomplete/
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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