Simple typeahead widget implemented using Svelte
- Uses bootstrap 4
- fetching of data from local or REST API
- Support infinite scrolling fetch more logic
- support keyboard, mouse, touch scrolling and selection
- extends existing "input" widget in form, thus integrates with existing web forms
- https://github.com/kikonen/host/blob/master/app/javascript/packs/typeahead_svelte.js
- https://github.com/kikonen/host/blob/master/app/views/svelte_test/typeahead.haml
- https://github.com/kikonen/host/blob/master/app/assets/javascripts/module_test.js
- https://github.com/kikonen/host/blob/master/app/assets/javascripts/test/typeahead_svelte_init.es6
- https://github.com/kikonen/host/blob/master/app/assets/stylesheets/module_test.css
- https://github.com/kikonen/host/blob/master/app/views/test/_typeahead_svelte_pane.haml
https://host.ikari.fi/svelte_test/typeahead
##¤ BUILD
bash yarn run build
bash yarn publish