Skip to content
New issue

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

[colorpicker] 颜色选择器alpha初始值异常 #1048

Open
hidden7123 opened this issue Jan 8, 2025 · 0 comments
Open

[colorpicker] 颜色选择器alpha初始值异常 #1048

hidden7123 opened this issue Jan 8, 2025 · 0 comments

Comments

@hidden7123
Copy link
Contributor

重现链接或代码

import React from 'react'
import ReactDOM from 'react-dom/client'
import { ColorPicker } from "@kdcloudjs/kdesign";
import '@kdcloudjs/kdesign/dist/kdesign.css'
import './index.css'

function Demo() {
	return <ColorPicker showText format='RGB' showColorPickerBox={{ showBox: true, showHue: true, showOpacity: true }}/>
}

const root = ReactDOM.createRoot(document.querySelector('#root'))
root.render(<Demo />)

组件库版本号、浏览器信息

组件库与浏览器均为最新版本

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant