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

feat(VColorPicker): add hide-eye-dropper prop #19154

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

yimme
Copy link

@yimme yimme commented Feb 2, 2024

Description

resolves #19150

Why is this change required?

You currently can't disable the eye-dropper in v-color-picker if its enabled on your browser.
When you do want it hidden you have to write some custom css to force hide it.

What problem does it solve?

The lack of hiding it using a prop on the component itself.

Markup:

<template>
  <v-app>
    <v-container>
      <v-color-picker hide-eye-dropper />
    </v-container>
  </v-app>
</template>

<script setup>
</script>
@phoenix-oes
Copy link

Yes please. The eye dropper seems very buggy, and in my experience adds unexpected levels of alpha, even when the color-picker is in RGB mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants