Skip to content

Commit

Permalink
v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed Nov 21, 2018
1 parent 6aa3fde commit 115df57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Master

# 2.0.14
- [BUGFIX] Fix bug when multiple selects are tagless

# 2.0.13
- [INTERNAL] Forward `_triggerTagName` in multiple selects

Expand Down
1 change: 1 addition & 0 deletions addon/components/power-select-multiple.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default Component.extend({

// Methods
focusInput() {
if (!this.element) return;
let input = this.element.querySelector('.ember-power-select-trigger-multiple-input');
if (input) {
input.focus();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-select",
"version": "2.0.13",
"version": "2.0.14",
"description": "The extensible select component built for ember",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 115df57

Please sign in to comment.