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
我希望点击了某条内容后,能加上一个选中的效果 但是目前只支持传入list,不能给某条内容添加选中的状态
list = [ { key: 'A', title: 'A', items: [ { name: '浙江‘, isActive: true } ] } ]
然后浙江这条元素上可以多增加一个item-active的classname
当然如果支持传入reactelement,就更好了
The text was updated successfully, but these errors were encountered:
@Murphycx94 请到 Taro UI 的仓库下提 Feature Request 吧。
Sorry, something went wrong.
No branches or pull requests
这个特性解决了什么问题?
我希望点击了某条内容后,能加上一个选中的效果
但是目前只支持传入list,不能给某条内容添加选中的状态
这个 API 长什么样?
然后浙江这条元素上可以多增加一个item-active的classname
当然如果支持传入reactelement,就更好了
The text was updated successfully, but these errors were encountered: