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
3.10.8
浏览器版本: Chrome 70
我司的UI期望对Checkbox进行一些样式调整,包括Checkbox的整体点击区域,现在我在调整样式后发现,disable情况下顶层元素没有disable样式名,导致内部元素的间隙无法出现禁用的手势
顶层元素增加disable的类名
顶层元素 没有disable类名
在顶层增加disable的类名有助于二次开发的样式调整
The text was updated successfully, but these errors were encountered:
确实,disable 的范围应该等同于点击的范围。给 https://github.com/react-component/select 这里来个 PR?
Sorry, something went wrong.
不是rc-checkbox吗
我提了antd的checkbox的PR, 目前跟radio上的做法保持一致,还有一点,我发现radio上defaultChecked & disabled 的时候和 checked & disabled 的状态顶层的类名不一样(差了一个ant-radio-wrapper-checked)不知道这个有什么用意没有 @yutingzhao1991
@walker27 没啥用意,就是没加。
No branches or pull requests
Version
3.10.8
Environment
浏览器版本: Chrome 70
Reproduction link
Steps to reproduce
我司的UI期望对Checkbox进行一些样式调整,包括Checkbox的整体点击区域,现在我在调整样式后发现,disable情况下顶层元素没有disable样式名,导致内部元素的间隙无法出现禁用的手势
What is expected?
顶层元素增加disable的类名
What is actually happening?
顶层元素 没有disable类名
在顶层增加disable的类名有助于二次开发的样式调整
The text was updated successfully, but these errors were encountered: