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
We should be able to simply use standard fieldsets to group fields in our forms, the following way :
= para_form_for(resource) do |form| = form.fieldset do %legend Details = form.input :title
The text was updated successfully, but these errors were encountered:
We have to add a div .form-group on top of the %legend if we whant a nice look with dashed border but it w'll be remove with the new design
.form-group
%legend
= para_form_for(resource) do |form| = form.fieldset do .form-group %legend Details = form.input :title
Sorry, something went wrong.
xana68
No branches or pull requests
We should be able to simply use standard fieldsets to group fields in our forms, the following way :
The text was updated successfully, but these errors were encountered: