Skip to main content

CaFilterRange

Range type filter

SASS-path: ./styles/components/molecules/ca-filter-range.scss

Props

NameDescriptionTypeRequiredDefault
valuesThe filter values. Object that should hold the keys 'lowest' and 'highest'Objecttrue-
selectionThe current selection. Object that should hold the keys 'lowest' and 'highest'Objecttrue-

Events

Event NameDescriptionParameters
selectionchangeNew selection is madenew value (Object)

Methods

MethodDescriptionParameters
changeHandlerTriggered when filter is changed-
setCurrentSelectionUsed to set local data when mounted-
setValuesUsed to set local data when mounted-