Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 17a2e6e

Browse files
committed
Fixed small bug where pressing enter would not save the tag
1 parent fe941d8 commit 17a2e6e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/select.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.7.0 - 2014-10-06T10:45:08.128Z
4+
* Version: 0.7.0 - 2014-10-06T12:29:59.832Z
55
* License: MIT
66
*/
77

dist/select.css.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* ui-select
33
* http://github.com/angular-ui/ui-select
4-
* Version: 0.7.0 - 2014-10-06T10:45:08.127Z
4+
* Version: 0.7.0 - 2014-10-06T12:29:59.829Z
55
* License: MIT
66
*/
77

@@ -499,7 +499,7 @@
499499
processed = _handleMatchSelection(key);
500500
}
501501

502-
if (!processed && ctrl.items.length > 0) {
502+
if (!processed && (ctrl.items.length > 0 || ctrl.tagging.isActivated)) {
503503
processed = _handleDropDownSelection(key);
504504
}
505505

0 commit comments

Comments
 (0)