We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/embed/restless-waterfall-20ggg
just add : :modes="['hex']" to color picker component. Ref : https://www.naiveui.com/en-US/dark/components/color-picker
:modes="['hex']"
i wanna lock the color picker to hexa only
when i force hex mode only, RGBA still in the selection. For my case, RGBA is the default mode.
Thanks :D
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Environment Info
Reproduction link
https://codesandbox.io/embed/restless-waterfall-20ggg
Steps to reproduce
just add :
:modes="['hex']"
to color picker component.Ref : https://www.naiveui.com/en-US/dark/components/color-picker
What is expected?
i wanna lock the color picker to hexa only
What is actually happening?
when i force hex mode only, RGBA still in the selection. For my case, RGBA is the default mode.
Thanks :D
The text was updated successfully, but these errors were encountered: