未验证 提交 e4efd66b 编写于 作者: C catouse

* picker: change default option "maxListCount" to 100.

上级 8473128e
......@@ -718,7 +718,7 @@ $('#picker12').chosen({
<tr>
<td>`maxListCount`</td>
<td>最多选项数目</td>
<td>`number`,默认 `50`</td>
<td>`number`,默认 `100`</td>
<td>选项列表中最多显示的选项数目,如果为 `0` 则无限制。</td>
</tr>
<tr>
......
......@@ -672,7 +672,7 @@ You can use an object as the initialization option in initialize method or set o
<tr>
<td>`maxListCount`</td>
<td>Max list count</td>
<td>`number`, default is `50`</td>
<td>`number`, default is `100`</td>
<td>The maximum number of options displayed in the list of options, If it is `0`, there is no limit.</td>
</tr>
<tr>
......
......@@ -36,7 +36,7 @@
autoSelectFirst: false,
// optionItemFormatter: null, // function($item, picker); Not supported yet
maxSelectedCount: 0, // 0 = Infinity
maxListCount: 50, // 0 = Infinity
maxListCount: 100, // 0 = Infinity
hideEmptyTextOption: true,
searchValueKey: true,
emptyResultHint: null,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册