Releases: ghiden/angucomplete-alt
Releases · ghiden/angucomplete-alt
Bug fix: IE10/11 clears input field when ESC is pressed
Bug fix:
- IE10/11 clears input field when ESC is pressed #272
Bug fix: IE10/11 showing a dropdown with initial-value
Bug fix:
- Autocomplete field pop when setting initial value on IE #270
Change fieldRequired behavior
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
Bug fix:
- Delayed API response causes dropdown to show even after text has been cleared #267
Add changeInput event
New feature:
- Add changeInput event for programmatically update input value. Thanks to @artvlasov #260
Bug fix: override-suggestions show delayed results
Bug fix:
- #254 Delayed API response causes dropdown to show even after text has been cleared
Bug fix: auto-match
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
New feature:
- Add focus-first Thanks to @Freezystem #92 #242
(I messed up with the last release so I'm releasing it again.)
Add focus-first
New feature:
- Add focus-first Thanks to @Freezystem #92 #242