Browse Source
* feat(cascader): add uncheckableItemValues props * feat: add Option disableCheckbox * chore: modify md * chore: add test and lock version * Update package.json --------- Co-authored-by: 洋 <hetongyang@bytedance.com> Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com>pull/42315/head
洋
2 years ago
committed by
GitHub
4 changed files with 40 additions and 4 deletions
@ -1,7 +1,7 @@ |
|||
## zh-CN |
|||
|
|||
一次性选择多个选项。 |
|||
一次性选择多个选项。通过添加 `disableCheckbox` 属性,选择具体某一个`checkbox`禁用 。可以通过类名修改禁用的样式。 |
|||
|
|||
## en-US |
|||
|
|||
Select multiple options |
|||
Select multiple options. Disable the `checkbox` by adding the `disableCheckbox` property and selecting a specific item. The style of the disable can be modified by the className. |
|||
|
Loading…
Reference in new issue