You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
A small feature gap. We implemented support for placeholder only in <input> elements i.e.DefaultHtmlGenerator.GenerateTextArea() lacks code we have in DefaultHtmlGenerator.GenerateInput().
I implemented that, and pretty sure it works. But solution won't compile now, so I'm not sure. As soon as I can compile and test I'll send a pull request.
Model:
Using input:
placeholder
attribute render correctlyUsing textarea:
placeholder
attribute missing from outputExpected:
Both textarea and input should have the
placeholder
attribute populated.The text was updated successfully, but these errors were encountered: