Allow the Filter widget container to be targeted by the AJAX framework

This commit is contained in:
Luke Towers 2020-09-04 14:29:06 -06:00
parent 3d4b451744
commit 91e4e96929

View File

@ -1,4 +1,5 @@
<div
id="<?= $this->getId(); ?>"
class="control-filter <?= $cssClasses ?>"
data-control="filterwidget"
data-options-handler="<?= $this->getEventHandler('onFilterGetOptions') ?>"