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
目前单选框shape为点时无法自定义颜色,希望可以自定义颜色
<wd-radio-group class="flex justify-end" modelValue="1" shape="dot" inline checked-color="#C8000A" > <wd-radio value="1">单选框1</wd-radio> <wd-radio value="2">单选框2</wd-radio> </wd-radio-group>
The text was updated successfully, but these errors were encountered:
用ConfigProvider能修改wd-radio-group 组件shape=‘dot’属性的颜色吗
Sorry, something went wrong.
No branches or pull requests
这个功能解决了什么问题?
目前单选框shape为点时无法自定义颜色,希望可以自定义颜色
你期望的 API 是什么样子的?
<wd-radio-group class="flex justify-end" modelValue="1" shape="dot" inline checked-color="#C8000A" > <wd-radio value="1">单选框1</wd-radio> <wd-radio value="2">单选框2</wd-radio> </wd-radio-group>
The text was updated successfully, but these errors were encountered: