You have to deal with this using your own js, for example.
$this->registerJs('$("body").on("keyup.yiiGridView", "#grid-id .filters input", function(){ $("#grid-id").yiiGridView("applyFilter"); })', \yii\web\View::POS_READY);
Of course, you must replace the grid-id with the corresponding identifier.
source share