tuya-panel-kit icon indicating copy to clipboard operation
tuya-panel-kit copied to clipboard

SwitchButton borderColor 属性设置无效果

Open Moss-Lee opened this issue 1 year ago • 1 comments

组件

组件名称 SwitchButton

版本

  • 组件版本:
  • 4.7.8
  • react 版本:
  • 16.8.3
  • react-native 版本:
  • 0.59.10

概述

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 解决后发布的正式版本号或日期

附件

附上图片或日志

Moss-Lee avatar Apr 30 '24 03:04 Moss-Lee

企业微信截图_1731653583801 缺少了borderWidth属性

Moss-Lee avatar Nov 15 '24 07:11 Moss-Lee