[Feature Request] v-color-picker new prop to hide sliders / show swatches only ?
See original GitHub issueProblem to solve
In my use case, I’d like to enable the user to only pick a color among a predefined set of colors (aka. swatches
) But there is no prop to remove these sliders :
Would it be possible to add this feature ?
From now on I did this :
<v-color-picker
flat
hide-canvas
hide-inputs
show-swatches/>
which result in this :
Proposed solution
Add a prop hide-sliders
(or whatever the name) so that it can be hidden.
Then it would be possible to have a colorpicker that looks like this (if :swatches
is defined of course or it displays the full list) :
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:10 (4 by maintainers)
Top Results From Across the Web
vuetify - UNPKG
You can overwrite this functionality by using the `absolute` prop" ... 400, "description": "Hides the menu when there are no options to show....
Read more >Color panel - Affinity Help
These swatches change appearance for some vector tools. Fill Tool: Only one color selector swatch is shown to represent the color of the...
Read more >v-tabs API - Vuetify
name type default
#active‑class string undefined
#align‑with‑title boolean false
#background‑color string undefined
Read more >Apply paints with the color picker – Figma Help Center
Add, remove or adjust fill properties at any time. You can adjust fill in the Design panel of the right sidebar. Selection colors...
Read more >no specific threat - Hybrid Analysis
Not all malicious and suspicious indicators are displayed. Get your own cloud service or the full version to view all details. Suspicious Indicators...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@ryo-gk Yes. And if you hide the rgba too only the swatches remain.
@ryo-gk Are you still on it ? 😃