https://github.com/ghivert/elm-autocomplete
Autocomplete in elm, able to perform AJAX requests!
https://github.com/ghivert/elm-autocomplete
ajax autocomplete elm frontend
Last synced: 12 months ago
JSON representation
Autocomplete in elm, able to perform AJAX requests!
- Host: GitHub
- URL: https://github.com/ghivert/elm-autocomplete
- Owner: ghivert
- License: mit
- Created: 2018-04-27T13:51:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T09:33:54.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T14:47:47.075Z (about 1 year ago)
- Topics: ajax, autocomplete, elm, frontend
- Language: Elm
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elm Autocomplete
This package provides a full, working autocomplete in elm, able to do AJAX requests and searching in local data. Foundations are coming from [`elm-athlete/formbuilder-autocomplete`](https://github.com/elm-athlete/formbuilder-autocomplete), my previous work with [`elm-athlete/athlete`](https://github.com/elm-athlete/athlete), formerly know as `elm-bodybuilder/elegant`.