summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/htdocs/luci-static/resources
diff options
context:
space:
mode:
Diffstat (limited to 'modules/luci-base/htdocs/luci-static/resources')
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/form.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js
index 0352b78077..a1bfbdc2b2 100644
--- a/modules/luci-base/htdocs/luci-static/resources/form.js
+++ b/modules/luci-base/htdocs/luci-static/resources/form.js
@@ -1441,6 +1441,7 @@ var CBIDynamicList = CBIValue.extend({
sort: this.keylist,
optional: this.optional || this.rmempty,
datatype: this.datatype,
+ placeholder: this.placeholder,
validate: L.bind(this.validate, this, section_id)
});