...
Attribute Name | Attribute Value |
---|---|
hawksearch-minstart | |
hawksearch-maxend |
These attributes should be placed on Date Picker elements. When these elements lose focus (blurred), the entered range will be applied as a facet value.
...
Code Block | ||||
---|---|---|---|---|
| ||||
<div class="date-range-facet"> <div class="row"> <div class="column column--6"> <hawksearch-date-picker hawksearch-minstart value="{{minValuestartValue}}" min="{{rangeMinminValue}}" max="{{rangeMaxendValue}}"></hawksearch-date-picker> </div> <div class="column column--6"> <hawksearch-date-picker hawksearch-maxend value="{{maxValueendValue}}" min="{{rangeMinstartValue}}" max="{{rangeMaxmaxValue}}"></hawksearch-date-picker> </div> </div> </div> |
...