luci-base: form.js: support placeholders for DynamicList widgets

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-06-06 21:05:34 +02:00
parent 1482554de6
commit 0539e7f6b9

View file

@ -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)
});