yii2-widget-activeform icon indicating copy to clipboard operation
yii2-widget-activeform copied to clipboard

How to override properties

Open bloodrain777 opened this issue 1 year ago • 0 comments

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???

bloodrain777 avatar May 22 '24 20:05 bloodrain777