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
Actually if I want to display a label in an inline form, I have to do this :
<?php $form = ActiveForm::begin(['layout' => 'inline']); ?> <?= $form->field($model, 'field')->label(null, ['class' => '']) ?> <?php ActiveForm::end(); ?>
https://github.com/yiisoft/yii2-bootstrap/blob/2.0.5/ActiveField.php#L379
There should be a proper way to do this (same for enableError), no ?
enableError
The text was updated successfully, but these errors were encountered:
Issue moved to yiisoft/yii2-bootstrap#116
Sorry, something went wrong.
No branches or pull requests
Actually if I want to display a label in an inline form, I have to do this :
https://github.com/yiisoft/yii2-bootstrap/blob/2.0.5/ActiveField.php#L379
There should be a proper way to do this (same for
enableError
), no ?The text was updated successfully, but these errors were encountered: