FIX: override backspaceFromFilter only if defined
This commit is contained in:
@@ -83,6 +83,10 @@ export default ComboBox.extend({
|
||||
}
|
||||
},
|
||||
|
||||
backspaceFromFilter(event) {
|
||||
this.didPressBackspace(event);
|
||||
},
|
||||
|
||||
didPressBackspace() {
|
||||
if (!this.get("isExpanded")) {
|
||||
this.expand();
|
||||
|
||||
Reference in New Issue
Block a user