angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.29k stars 6.73k forks source link

Changes First Focus Behavior if Text is Entered #6432

Open peder opened 7 years ago

peder commented 7 years ago

Changes behavior of typeahead-focus-first='false' to select the first value if the field is not empty.

Closes #6431

icfantv commented 7 years ago

@peder your change broke our CI build because you didn't update the relevant tests. This PR cannot be merged until you appropriately account for, and test, your changes.