grav-theme-bootstrap icon indicating copy to clipboard operation
grav-theme-bootstrap copied to clipboard

Bootstrap textarea does not contain placeholder. Fixes #6

Open fmms opened this issue 9 years ago • 2 comments

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

fmms avatar Apr 16 '16 23:04 fmms

Drop {% if field.classes is defined %}class="{{ field.classes }}" {% endif %} as would be a duplicate and I'll merge

flaviocopes avatar Apr 18 '16 08:04 flaviocopes

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.

flaviocopes avatar Apr 18 '16 08:04 flaviocopes