dcloudio / dcloudio/mui

强烈建议radio/checkbox连带选中设置为可选

Open
#180 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
13.5k
Forks
6.5k
PR merge metrics
No merged PRs in 30d

Description

radio/checkbox的连带选中在 radioOrCheckboxClick 函数中实现,可有时候真的不需要他连带选中,我只好自己改一下,暂时改成这样在使用了:

```
if (!window.quickCheck || type === 'radio' || type === 'checkbox') {
return;
}
```

window.quickCheck是我加的,建议改成mui.init的一个参数。

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.