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

Releases: theonion/bulbs-autocomplete

suggestion list able to render html

05 Jan 22:53
Compare
Choose a tag to compare

Allow suggest directive up/dn keys to unselect

02 Sep 20:48
Compare
Choose a tag to compare

New

  1. In bulbs-autocomplete-suggest if no selection, enter key will call onSelect with null argument.
  2. In bulbs-autocomplete-suggest up key, when on first item, will clear selection.
  3. In bulbs-autocomplete-suggest dn key, when on last item, will clear selection.

0.2.2

02 Sep 21:06
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release
Version up to 0.2.2

Removed autocomplete factory and fixed some mouse + key eventing

05 Mar 21:39
Compare
Choose a tag to compare

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

03 Mar 21:16
Compare
Choose a tag to compare
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

27 Feb 18:00
Compare
Choose a tag to compare

added additional styles

13 Feb 19:25
Compare
Choose a tag to compare

Simplified formatter

13 Feb 17:34
Compare
Choose a tag to compare
0.1.12

Version to 0.1.12

fixed unclosed tag in bulbs-autocomplete-suggest-group-by

13 Feb 15:48
Compare
Choose a tag to compare

Changed directive evaluation of on-select function to maintain proper function scope

11 Feb 21:57
Compare
Choose a tag to compare