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 this config:
'in_promotion' => [ 'type' => 'checkbox', 'class' => 'flat-green', ],
And the generated input haven't the flat-green class that i set
flat-green
<div class="form-group "> <label class="control-label" for="In_promotion">In_promotion</label> <input id="In_promotion" name="in_promotion" type="checkbox"> </div>
The text was updated successfully, but these errors were encountered:
This commit solve this 2feee95
Sorry, something went wrong.
No branches or pull requests
I have this config:
And the generated input haven't the
flat-green
class that i setThe text was updated successfully, but these errors were encountered: