diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js index 835c1fbb6..9351bae03 100644 --- a/modules/luci-base/htdocs/luci-static/resources/form.js +++ b/modules/luci-base/htdocs/luci-static/resources/form.js @@ -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) }); |