-
Notifications
You must be signed in to change notification settings - Fork 354
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
[Feature] Disable/hide numeric fields #94
Comments
@derekphilipau Thanks for your feedback. I think it's resonable, and we will put it into our todo list and implement it maybe in the next version. Of cource, contribution is welcome! 😄😄😄 |
My use case is probably too specific, I just want simplest RGB value possible. Just in case someone is interested I modified the Chrome component to: a) not show an "active-color" swatch, b) not show alpha, c) button on parent controls show/hide of color component, d) button background/text color dependent upon color value. vue-color is really nice and easy to customize, thanks! |
@derekphilipau In your case, I think using And we released 2.4.3 just now. In this new release we added Thanks for your feedback! |
Just as you have the "disableAlpha" property to remove alpha, I think it would be good to have a "disableFields" property to remove the fields, e.g.
<div class="vc-chrome-fields-wrap" v-if="!disableFields">
For many users, they are not geeks and don't care about numeric values of the color!
Great work, very useful, thanks!
The text was updated successfully, but these errors were encountered: