Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
maxSelectLimit 选中限制无效。 #10
Comments
|
|
$("#nanduSelectMenu").selectMenu({
title: 'title',
showField: 'SelectMenuDisplay',
keyField: 'Id',
multiple: false,
lang: 'cn',
position: 'right',
data: selectMenuGroupJson,
});更改数据源selectMenuGroupJson,并重新绑定时为何没有效果? |
|
@xukaige 官网的 DEMO 多认真看下,你会得到你想要的东西 |
|
已解决,谢谢了 |
maxSelectLimit 设置参数,无效的作用。
api文档中无此说明。翻源代码有记录却无法使用。