I'm adding a range filter in yii2 gridView which when you click on the filter input, shows a popover like the one shown.
The div for the popover is inside the td filter cell (position:absolute).
When I change the I change the 'from' or 'to' value, it triggers the grid to reload and filter from yii.gridView.js. How can I avoid the grid filtering when I change these input values? Ie. stop the 'applyFilter' function from yii.gridView.js running?
The listener appears to be on inputs located within the filter row.
