<input type="text" placeholder="${name}" disabled/>
The "disabled" attribute causes a "Failure parsing template: Attribute name "disabled" associated with an element type.." exception.
Is there a workaround for this?
<input type="text" placeholder="${name}" disabled/>
The "disabled" attribute causes a "Failure parsing template: Attribute name "disabled" associated with an element type.." exception.
Is there a workaround for this?