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

Releases: ghiden/angucomplete-alt

Bug fix: IE10/11 clears input field when ESC is pressed

Choose a tag to compare

@ghiden ghiden released this 14 Oct 08:57

Bug fix:

  • IE10/11 clears input field when ESC is pressed #272

Bug fix: IE10/11 showing a dropdown with initial-value

Choose a tag to compare

@ghiden ghiden released this 12 Oct 19:04

Bug fix:

  • Autocomplete field pop when setting initial value on IE #270

Change fieldRequired behavior

Choose a tag to compare

@ghiden ghiden released this 06 Oct 09:04

Breaking change:

  • The implementation of field-required has been changed to utilize angular 1.4 which allows adding an input element dynamically to form controller.
  • field-required binding was '@' but now '='
  • Drop the support of angular 1.2. Please use angucomplete-ie8 https://github.com/ghiden/angucomplete-ie8

Bug fix: delayed api response causing dropdown to show

Choose a tag to compare

@ghiden ghiden released this 05 Oct 08:10

Bug fix:

  • Delayed API response causes dropdown to show even after text has been cleared #267

Add changeInput event

Choose a tag to compare

@ghiden ghiden released this 01 Oct 08:20

New feature:

  • Add changeInput event for programmatically update input value. Thanks to @artvlasov #260

Bug fix: override-suggestions show delayed results

Choose a tag to compare

@ghiden ghiden released this 22 Sep 17:53

Bug fix:

  • #254 Delayed API response causes dropdown to show even after text has been cleared

Bug fix: auto-match

Choose a tag to compare

@ghiden ghiden released this 17 Sep 10:01

Bug fixes:

  • auto-match should not choose if there are multiple matches. Thanks to @federicojasson #246 #245
  • auto-match shows 'Not found' after selecting a match

Misc:

  • Fix 4-space to 2-space indentation
  • Update auto-match example to show result

Add focus-first

Choose a tag to compare

@ghiden ghiden released this 16 Sep 09:17

New feature:

(I messed up with the last release so I'm releasing it again.)

Add focus-first

Choose a tag to compare

@ghiden ghiden released this 16 Sep 09:11

New feature:

Fix input event for mobile device

Choose a tag to compare

@ghiden ghiden released this 12 Sep 08:27

Fix input event for mobile device #232 #178