grav-theme-bootstrap
grav-theme-bootstrap copied to clipboard
Bootstrap textarea does not contain placeholder. Fixes #6
The placeholder is missing. adjust to adjust to the base at https://github.com/getgrav/grav-plugin-form/blob/develop/templates/forms/fields/textarea/textarea.html.twig
However we use rows=10 as default to be backwards comptible
Drop {% if field.classes is defined %}class="{{ field.classes }}" {% endif %} as would be a duplicate and I'll merge
This is the only theme that overrides the Form input fields and actually it's a bad thing, it should not re-implement them completely, just add the custom styling/classes/markup it needs. Will re-visit this soon.