We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
yii2-widget-activeform/src/ActiveField.php
Line 481 in 697407c
How to override a class property???
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
yii2-widget-activeform/src/ActiveField.php
Line 481 in 697407c
How to override a class property???
The text was updated successfully, but these errors were encountered: