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
Warning: Invalid argument supplied for foreach() in vendor/silvester/reverse- form/view/element/bootstrap/checkbox.phtml on line 24
My element annotations
/** * * @Annotation\Type("Zend\Form\Element\Checkbox") * @Annotation\Options({"label":"Remember Me ?:"}) * */ public $rememberme;
The text was updated successfully, but these errors were encountered:
With
@Annotation\Attributes({"type":"checkbox"})
does'nt work too..
Sorry, something went wrong.
Well this library was written before the annotation implementation.
I have no idea right now if this is supposed to work.
But other elements work's well
@silvester i'm fix it and add pull request soon
No branches or pull requests
Warning: Invalid argument supplied for foreach() in vendor/silvester/reverse- form/view/element/bootstrap/checkbox.phtml on line 24
My element annotations
The text was updated successfully, but these errors were encountered: