We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
不再依靠每个checkbox的ischecked属性去显示是否选中,直接给u-checkbox-group设置选中的数组完成数据绑定
此处我借用了uview 2.0的代码,当然,项目里一直用的uview1.0,更希望再1.0版本中能支持直接绑定数据
<u-checkbox-group v-model="checkboxValue1" placement="column" @change="checkboxChange" >
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个功能解决了什么问题?
不再依靠每个checkbox的ischecked属性去显示是否选中,直接给u-checkbox-group设置选中的数组完成数据绑定
你期望的 API 是怎样的?
此处我借用了uview 2.0的代码,当然,项目里一直用的uview1.0,更希望再1.0版本中能支持直接绑定数据
<u-checkbox-group
v-model="checkboxValue1"
placement="column"
@change="checkboxChange"
>
The text was updated successfully, but these errors were encountered: