This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
Releases: theonion/bulbs-autocomplete
Releases · theonion/bulbs-autocomplete
suggestion list able to render html
Allow suggest directive up/dn keys to unselect
New
- In bulbs-autocomplete-suggest if no selection, enter key will call onSelect with null argument.
- In bulbs-autocomplete-suggest up key, when on first item, will clear selection.
- In bulbs-autocomplete-suggest dn key, when on last item, will clear selection.
0.2.2
Removed autocomplete factory and fixed some mouse + key eventing
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.
Fixed uglification breaking bug
0.1.15 Fix for uglification breaking bulbs-autocomplete, changed to best pra…
Fix for indexes not reseting properly when selectedGroupIndex goes out of bounds
0.1.14 updated dist bump
added additional styles
0.1.13 bump
Simplified formatter
0.1.12 Version to 0.1.12
fixed unclosed tag in bulbs-autocomplete-suggest-group-by
0.1.11 built new release