-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unintentional color picker is appearing if one of the property value is "field" #1576
Comments
Thanks for reporting. That is odd indeed! I'm not sure why "field" is considered a valid color name in CSS, I've asked on StackOverflow: https://stackoverflow.com/questions/78035304/why-is-field-a-valid-color-name-in-css |
This may explain the cause: https://stackoverflow.com/questions/8318911/why-does-html-think-chucknorris-is-a-color |
Understood the issue, but even if the value is Is there a way to disable the color picker? @josdejong |
It's a bug, we need to to fix this. Step one is to figure out what's going wrong, that's clear now. Step two is to solve it. You can indeed disable the color picker by adding some CSS with |
Of course we can remove the color picker with |
Unintentional color picker is appearing if one of the property value is "field"
Here is a code sample to replicate the issue.https://codesandbox.io/p/sandbox/jolly-gwen-9twh8v?file=%2Fsrc%2FApp.js%3A9%2C1-9%2C48
The text was updated successfully, but these errors were encountered: