src/templates/fields/text_field.jst.ejs in luca-0.9.65 vs src/templates/fields/text_field.jst.ejs in luca-0.9.76
- old
+ new
@@ -4,10 +4,10 @@
<div class="controls">
<% if( typeof(addOn) !== "undefined" ) { %>
<span class="add-on"><%= addOn %></span>
<% } %>
-<input type="text" name="<%= input_name %>" style="<%= inputStyles %>" value="<%= input_value %>" />
+<input type="text" placeholder="<%= placeHolder %>" name="<%= input_name %>" style="<%= inputStyles %>" value="<%= input_value %>" />
<% if(helperText) { %>
<p class="helper-text help-block">
<%= helperText %>
</p>
<% } %>