CaFilterRange
Range type filter
SASS-path: ./styles/components/molecules/ca-filter-range.scss
Props
Name | Description | Type | Required | Default |
---|
values | The filter values. Object that should hold the keys 'lowest' and 'highest' | Object | true | - |
selection | The current selection. Object that should hold the keys 'lowest' and 'highest' | Object | true | - |
Events
Event Name | Description | Parameters |
---|
selectionchange | New selection is made | new value (Object) |
Methods
Method | Description | Parameters |
---|
changeHandler | Triggered when filter is changed | - |
setCurrentSelection | Used to set local data when mounted | - |
setValues | Used to set local data when mounted | - |