-
Notifications
You must be signed in to change notification settings - Fork 107
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
Color picker component #67
Comments
Is this in the works still? (on Chrome's end; I'm surprised this isn't a feature) I'm unable to paste hex values into input type="color" which is pretty painful... |
Kind of ridiculous this hasn't been resolved. |
Still we cannot paste into the hex color input. We cannot copy also ... |
This has not been updated. In the mean time, you can paste values into the "bulk add" feature for each color scale. |
Why is it so difficult to fix the problem with not being able to paste into the Chrome hex field? |
Hello, |
Description
.Add a component for picking color values, with ability to input hex, RGB, hsl, HSV, HSLuv, Lab, LCH, Jab, JCh color values for input key colors or base color.
Why do you need this feature?
Currently the tool utilizes native color inputs
input type=color
. This renders a completely different color picking experience depending on the device/OS the user is using. For some devices this renders only a small set of predefined color swatches to choose from. This is insufficient and hinders users on these devices from utilizing Leonardo as intendedThis component would need to support pasting values into an input field for easily transferring color values from one tool to another.
Additional context
The text was updated successfully, but these errors were encountered: