yii2-widget-activeform
yii2-widget-activeform copied to clipboard
How to override properties
I have ActiveField class which extends from your In my class i set properties such as
class ActiveField extends \kartik\form\ActiveField { public $hintOptions = ['class' => 'bem-form__hint']; }
But this option - closed for me, because in your class this props define in construct https://github.com/kartik-v/yii2-widget-activeform/blob/697407c8fa9c81593a7bb9bef4b7ad53f7d38b79/src/ActiveField.php#L481
How to override a class property???