Make inclusive default for pablo-number-range component since it is the more natural option

This commit is contained in:
2018-12-06 09:44:05 -05:00
parent 8e55300812
commit 1ee8ab64a0
@@ -7,6 +7,7 @@ export default Component.extend({
classNameBindings: ['has_active_filter_value:active-filter'], classNameBindings: ['has_active_filter_value:active-filter'],
placeholder: '[ ... ]', placeholder: '[ ... ]',
display_addition: '', display_addition: '',
inclusive: true, // default to true since it is the more natural option
apply_filters: function apply_filters() { }, apply_filters: function apply_filters() { },
eager_filter: true, eager_filter: true,
has_active_filter_value: Ember.computed.or('lower_bound', 'upper_bound'), has_active_filter_value: Ember.computed.or('lower_bound', 'upper_bound'),