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

[Bug Report] [Component] [color-picker] 点击el-color-picker组件打开取色器面板后,先选择predefine预定义颜色的其中一个,然后点击清除按钮或者点击空白区域关闭面板,重新打开面板后,predefine预定义颜色无法选中了 #8157

Closed
hzf-666 opened this issue Jun 7, 2022 · 3 comments · Fixed by #8205

Comments

@hzf-666
Copy link

hzf-666 commented Jun 7, 2022

Bug Type: Component

Environment

  • Vue Version: 3.2.35
  • Element Plus Version: 2.2.4
  • Browser / OS: Chrome 101.0.4951.54
  • Build Tool: Vite

Reproduction

Related Component

  • el-color-picker

Reproduction Link

CodePen

Steps to reproduce

<script setup>
defineProps({ /* ... */ })
</script>

<template>
  <el-color-picker v-model="picker" :predefine="predefineList" />
</template>

What is Expected?

再次打开取色器面板,预定义的颜色可以选中

What is actually happening?

预定义的颜色无法选中

Additional comments

(empty)

@hzf-666
Copy link
Author

hzf-666 commented Jul 5, 2022

这个bug解决了吗

@btea
Copy link
Collaborator

btea commented Jul 5, 2022

已经解决,你更新到最新版试试

@hzf-666
Copy link
Author

hzf-666 commented Jul 5, 2022

好的,谢谢

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

Successfully merging a pull request may close this issue.

3 participants