Merge fix

This commit is contained in:
Simon Babay 2016-08-01 21:30:31 +02:00
parent 8edb33f511
commit 1cb566a0f7

View file

@ -892,14 +892,6 @@ export class Choices {
this.hideDropdown();
}
// If input is not in focus, it ought to be
if(this.input !== document.activeElement) {
this.input.focus();
}
} else if(this.passedElement.type === 'select-one' && this.dropdown.classList.contains(this.config.classNames.activeState) && e.target === this.containerInner) {
this.hideDropdown();
}
if(target.hasAttribute('data-button')) {
// If we are clicking on a button
if(this.config.removeItems && this.config.removeItemButton) {