BoxCurrentSort component
BoxCurrentSort component
This component is only meant as a utility to set the title on its BoxPopup component container. Whenever the current sort changes, for example when a user clicks a new Sort component, this component takes care of setting a new title on the BoxPopup component. As such, it’s simple and doesn’t provide any options or methods.
Options
This component provides no options.
Methods
This component provides no methods.
Usage
This component must be included inside a BoxPopup component.
<div class='CoveoBoxPopup'>
<div class='CoveoBoxCurrentSort'></div>
<div class="coveo-sort-section">
[[sorts]]
</div>
</div>