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
组件名称 SwitchButton
SwitchButton borderColor 属性设置无效果 Bug 问题概述 SwitchButton borderColor 属性设置无效果
const [value2, setValue2] = React.useState(false); SwitchButton value={value1} onValueChange={v => setValue1(v)} style={{ marginRight: 14 }} borderColor={'#000'}/>
Bug 的表现行为 在value1为false 没有边框和颜色
组件的正确行为 展示颜色为#000
期望 bug 解决后发布的正式版本号或日期
附上图片或日志
The text was updated successfully, but these errors were encountered:
缺少了borderWidth属性
Sorry, something went wrong.
No branches or pull requests
组件
组件名称
SwitchButton
版本
概述
SwitchButton borderColor 属性设置无效果
Bug 问题概述
SwitchButton borderColor 属性设置无效果
重现步骤
const [value2, setValue2] = React.useState(false);
SwitchButton value={value1} onValueChange={v => setValue1(v)} style={{ marginRight: 14 }} borderColor={'#000'}/>
Bug 行为
Bug 的表现行为
在value1为false 没有边框和颜色
期望行为
组件的正确行为
展示颜色为#000
期望发布日期
期望 bug 解决后发布的正式版本号或日期
附件
附上图片或日志
The text was updated successfully, but these errors were encountered: