Make inclusive default for pablo-number-range component since it is the more natural option
This commit is contained in:
@@ -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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user