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('lower_bound_candidate', '1');
|
||||
this.set('upper_bound_candidate', '3');
|
||||
if (this.get('eager_filter')) {
|
||||
return this.get('apply_filters')(this);
|
||||
}
|
||||
this.$('.dropdown').dropdown('hide');
|
||||
return this.get('apply_filters')(this);
|
||||
}
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user