Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
fix(select): fix blur after first selection (fixes #655)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Apr 27, 2014
1 parent f8164ba commit f5cd4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/select/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ angular.module('mgcrea.ngStrap.select', ['mgcrea.ngStrap.tooltip', 'mgcrea.ngStr
if(options.keyboard) {
element.off('keydown', $select.$onKeyDown);
}
_hide();
_hide(true);
};

return $select;
Expand Down

0 comments on commit f5cd4f3

Please sign in to comment.