-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
A flexible possibility for InputErrorClasses (Ready for Bootstrap 4+) #71
Comments
@mano87 Until laminas-form supports this, I can recommend you @neilime's twbs-helper-module, which extends the helpers, changes the HTML accordingly and overrides the service manager's config to transparently use the extended helpers. That way, you will have all markup rendered according to Boostrap 4+. |
At the moment, version 5 is not yet supported: neilime/twbs-helper-module#165 |
You can use a factory for this. An example can be found in the forum. |
We are working on it, contributions are welcomed! |
Hello,
currently it is only possible with great effort to use the forms in combination with Bootstrap 4+. It would be good if you could use the InputErrorClass independently from the helper formRow.
Or is there a better way to implement the attached example? See the following code snippets...
The text was updated successfully, but these errors were encountered: