luci-base: form.js: support placeholders for DynamicList widgets
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
1482554de6
commit
0539e7f6b9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue