editor: dialog forms - setting initial value for text input fields
[fnpeditor.git] / src / editor / views / dialog / templates / input.html
index f60f2f6..1600d87 100644 (file)
@@ -3,7 +3,7 @@
     <%= label %>:
     </div>
     <div>
-        <input type="input" name="<%= name %>"/>
+        <input type="input" name="<%= name %>" value="<%= initialValue %>"/>
         <span class="description"><%= description %></span>
     </div>