class attribute placeholder in wrong order kills control
-
Replicable bug report:
If the class attributes appear after placeholder, the input control is not rendered.
Replication Steps:
Add this control:[textarea* info placeholder "Details" class:form-control]
– the control will not renderChange it to this:
[textarea* info class:form-control placeholder "Details"]
– the control will render fineThought someone would want to know, and I didn’t know how to properly report a bug other than use the forum.
Jared
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘class attribute placeholder in wrong order kills control’ is closed to new replies.