mirror of
https://github.com/openwrt/luci.git
synced 2026-01-08 10:00:24 +04:00
luci-base: form.js: default to unlimited dropdown size
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -1543,7 +1543,7 @@ var CBIMultiValue = CBIDynamicList.extend({
|
||||
optional: this.optional || this.rmempty,
|
||||
select_placeholder: this.placeholder,
|
||||
display_items: this.display_size || this.size || 3,
|
||||
dropdown_items: this.dropdown_size || this.size || 5,
|
||||
dropdown_items: this.dropdown_size || this.size || -1,
|
||||
validate: L.bind(this.validate, this, section_id)
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user