luci-base: form.js: pass-through placeholder option of CBIListValue

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2019-07-22 17:19:23 +02:00
parent c67f052d91
commit 28aafc0dd4

View file

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