$filterErrorOptions public property
The options for rendering every filter error message. This is mainly used by yii\helpers\Html::error() when rendering an error message next to every filter input field.
public array $filterErrorOptions = ['class' => 'help-block']
Please login to continue.