Always close and apply after explicit clear command

This commit is contained in:
2018-11-27 10:26:29 -03:00
parent c485858080
commit 418fc04eb1
@@ -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')) {
this.$('.dropdown').dropdown('hide');
return this.get('apply_filters')(this);
}
}
}
});