Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Releases: ghiden/angucomplete-alt

Fix TAB issue

Choose a tag to compare

@ghiden ghiden released this 28 Nov 09:15

Bug fix:

  • TAB related fixes #55

Custom template

Choose a tag to compare

@ghiden ghiden released this 26 Nov 09:22

New Feature:

  • Custom template: #74

Bug fixes

Choose a tag to compare

@ghiden ghiden released this 25 Oct 08:07

Bug fixes:

  • Hiding the directive does not update the validity of form #70
  • Initial value conflicts with clear-selected #71

Add css to bower.json and tab selection fix

Choose a tag to compare

@ghiden ghiden released this 20 Oct 08:16

Bug fix:

  • a regression bug on pressing TAB to select reported by @genhoi

Misc:

Bug fixes: auto-match undefined description and scroll bar

Choose a tag to compare

@ghiden ghiden released this 16 Oct 09:46

Bug fixes:

  • Undefined in description throwing error for auto-match #67. Thanks to @SpaceK33z
  • Scroll bar bug #63. Thanks to @Kisama for reporting.

Clear Input

Choose a tag to compare

@ghiden ghiden released this 13 Oct 09:36

New Feature:

Bug fixes:

Bug fixes: initial value

Choose a tag to compare

@ghiden ghiden released this 12 Oct 09:57

Bug fix:

  • Initial value does not perform validation #59 Thanks to @mrdevin

Scroll bar

Choose a tag to compare

@ghiden ghiden released this 09 Oct 03:05

New feature:

  • Scroll bar #49

Bugs:

  • down arrow #53

Dropdown visible

Choose a tag to compare

@ghiden ghiden released this 03 Oct 03:07

New feature:

  • Add ngClass to angucomplete-holder to indicate dropdown is visible or not.

Fix Update Input Field

Choose a tag to compare

@ghiden ghiden released this 01 Oct 08:35

Fix update input field:

  • Moving up from the top most selection does not change back to the original string.