Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Removed autocomplete factory and fixed some mouse + key eventing

Compare
Choose a tag to compare
@kand kand released this 05 Mar 21:39
· 12 commits to master since this release

Autocomplete factory no longer exists. Instead, items in implementation should be directly modified in implementation and passed into the suggest directives as usual. Removes some unnecessary configuration and code.

Also, fixed some eventing when using keyboard while moused over a suggest directive item.