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

Releases: ghiden/angucomplete-alt

Disable 'searching...' and 'no results found' and auto detect interpolation character change

Choose a tag to compare

@ghiden ghiden released this 21 Jul 09:31

New features:

  • disable 'searching...' and 'no results found' #129 Thanks to @baloo2401
  • detect interpolation character change and update template

Bug fix: (really really) handle numeric data

Choose a tag to compare

@ghiden ghiden released this 09 Jul 10:57

Bug fix:

  • supposed to be an easy feature ended up releasing several times

Bug fix: (really) handle numeric data

Choose a tag to compare

@ghiden ghiden released this 09 Jul 10:17

Bug fix:

  • v1.0.5 wasn't perfect. Thanks to @paambaati for testing!

Bug fix: handle numeric data

Choose a tag to compare

@ghiden ghiden released this 09 Jul 09:12

Bug fix:

Bug fix: dropdown list not consistent in collapsing

Choose a tag to compare

@ghiden ghiden released this 04 Jul 22:28

Bug fix:

  • dropdown list not consistent in collapsing #194

Remove forEach

Choose a tag to compare

@ghiden ghiden released this 01 Jul 18:17

Use for loop instead of forEach.

Bug fixes: scroll bar and baskspace

Choose a tag to compare

@ghiden ghiden released this 30 Jun 09:43

Bug fixes:

  • #63 Scrollbar bug happened again when I fixed Surface bug #169
  • #179 Selected object not being updated when highlighted text is deleted by backspace

bug fixes

Choose a tag to compare

@ghiden ghiden released this 29 Jun 09:19

Bug fixes:

  • clear input does not clear internal model #182
  • angular v1.4.1 breaks one tests

Misc:

  • Update README on explaining how to use angucomplete-alt in ng-repeat. Thanks to @antony

Allow the user to set an initial value OBJECT instead of just a string

Choose a tag to compare

@ghiden ghiden released this 12 Jun 06:50

New feature:

  • Allow the user to set an initial value OBJECT instead of just a string #173 Thanks to @antony

This change breaks the previous usage of initial-value as we change the binding from @ to =.
When you update to this version, make sure you remove double curly braces.

Bug fix: mouse holding down behavior and clear input with required

Choose a tag to compare

@ghiden ghiden released this 11 Jun 09:55

Bug fixes:

  • Dropdown disappears when holding mouse button down #169 Thanks to @bl0wfish for reporting this bug.
  • Required border is missing when clearing hidden autocomplete #171 Thanks to @macgyver76 for reporting this bug.