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
import React from 'react' import ReactDOM from 'react-dom' import { ColorPicker } from '@kdcloudjs/kdesign' const Demo = () => { const onChange = (inputValue) => { console.log('color', inputValue) } return <ColorPicker onChange={onChange} disabled/> } ReactDOM.render(<Demo />, mountNode)
组件库与浏览器均为最新版本
The text was updated successfully, but these errors were encountered:
fix: [color-picker] 修复禁用状态下鼠标仍是可点击状态 kingdee#1040
4db302a
5642b53
0115a32
fix: [color-picker] 修复禁用状态下鼠标仍是可点击状态 #1040
e81e057
No branches or pull requests
重现链接或代码
组件库版本号、浏览器信息
组件库与浏览器均为最新版本
The text was updated successfully, but these errors were encountered: