Always close and apply after explicit clear command
This commit is contained in:
@@ -71,9 +71,8 @@ export default Component.extend({
|
|||||||
this.set('upper_bound', '');
|
this.set('upper_bound', '');
|
||||||
this.set('lower_bound_candidate', '1');
|
this.set('lower_bound_candidate', '1');
|
||||||
this.set('upper_bound_candidate', '3');
|
this.set('upper_bound_candidate', '3');
|
||||||
if (this.get('eager_filter')) {
|
this.$('.dropdown').dropdown('hide');
|
||||||
return this.get('apply_filters')(this);
|
return this.get('apply_filters')(this);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user