-
Notifications
You must be signed in to change notification settings - Fork 80
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
placeholder attribute is not applied to textarea tags #10
Comments
What version of form plugin are you running? I think this was fixed in 0.6.0. |
v0.6.0 just updated with |
Hmm. i'm not sure why.. it's clearly in the |
hmm... cleared cache but it looks like that template is not being used in my case... will dig deeper. |
Alternatively you can uninstall and then re-install the admin plugin |
nope, no textarea folder there, strange |
isn't there something in the grav debugger bar that will show all templates fired? |
Used to be but Twig library removed the methods that it used, so it was taken out. |
Just put some Text in the field, and see if that text is output, to see if its being used. |
found it! Will move this issue to bootstrap theme project. |
Ah! Some of those were edited to have a bootstrap-friendly output, they are probably out of date. |
It seems that
outputs:
missing the placeholder attribute
The text was updated successfully, but these errors were encountered: