Skip to content

Releases: ghiden/angucomplete-alt

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

14 Oct 08:57
Compare
Choose a tag to compare

Bug fix:

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

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

12 Oct 19:04
Compare
Choose a tag to compare

Bug fix:

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

Change fieldRequired behavior

06 Oct 09:04
Compare
Choose a tag to compare

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

05 Oct 08:10
Compare
Choose a tag to compare

Bug fix:

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

Add changeInput event

01 Oct 08:20
Compare
Choose a tag to compare

New feature:

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

Bug fix: override-suggestions show delayed results

22 Sep 17:53
Compare
Choose a tag to compare

Bug fix:

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

Bug fix: auto-match

17 Sep 10:01
Compare
Choose a tag to compare

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

16 Sep 09:17
Compare
Choose a tag to compare

New feature:

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

Add focus-first

16 Sep 09:11
Compare
Choose a tag to compare

New feature:

Fix input event for mobile device

12 Sep 08:27
Compare
Choose a tag to compare

Fix input event for mobile device #232 #178