luci-base: form.js: pass-through placeholder option of CBIListValue
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
c67f052d91
commit
28aafc0dd4
1 changed files with 1 additions and 0 deletions
|
@ -1461,6 +1461,7 @@ var CBIListValue = CBIValue.extend({
|
|||
size: this.size,
|
||||
sort: this.keylist,
|
||||
optional: this.rmempty || this.optional,
|
||||
placeholder: this.placeholder,
|
||||
validate: L.bind(this.validate, this, section_id)
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue