Confused about VColorPicker #18891
Unanswered
frederikheld
asked this question in
Q&A
Replies: 1 comment
-
Workaround: <style scoped>
:deep(.v-color-picker-preview__eye-dropper) {
display: none;
}
</style>
`` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm confused about the docs again. This time it's the VColorPicker component.
I'm using the component without any props and it shows an eyedropper icon to pick a color from the screen. I'd like to remove that button. The docs don't mention that feature. All examples are without it. I also couldn't find any prop in the source code.
https://vuetifyjs.com/en/components/color-pickers/
Maybe relevant: I installed the latest Vuetify into a fresh project today. Maybe the docs are not up to date with the current feature level, but it would be really great if they would.
So how can I get rid of the picker button?
Beta Was this translation helpful? Give feedback.
All reactions