Details
Description
Adding placeholder attribute to text fields rendered via Form-Widget's text tag.
Form widget :
<field name="partyId" title="${uiLabelMap.FormFieldTitle_partyId}" ><text placeholder="${uiLabelMap.FormFieldTitle_partyId}"/></field>
Rendered as :
<input type="text" placeholder="Party Id" autocomplete="off" id="partyId" size="25" name="partyId">
Attachments
Attachments
Issue Links
- breaks
-
OFBIZ-7024 Attribute 'placeholder' is not allowed to appear in element 'text'
- Closed