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

[Component] [color-picker] Cannot set class name of el-color-picker’s trigger #16886

Closed
infinnie opened this issue May 16, 2024 · 0 comments · Fixed by #16887
Closed

[Component] [color-picker] Cannot set class name of el-color-picker’s trigger #16886

infinnie opened this issue May 16, 2024 · 0 comments · Fixed by #16887

Comments

@infinnie
Copy link

Bug Type: Component

Environment

  • Vue Version: 3.4.27
  • Element Plus Version: 2.7.3
  • Browser / OS: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.0.0
  • Build Tool: Other

Reproduction

Related Component

  • el-color-picker

Reproduction Link

Element Plus Playground

Steps to reproduce

type

<el-color-picker v-model="color" show-alpha :predefine="predefineColors" class="anything" />

in the template.

What is Expected?

the div with class el-color-picker has also the class name anything

What is actually happening?

the div with class el-color-picker has no class name anything

Additional comments

(empty)

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

Successfully merging a pull request may close this issue.

1 participant