You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The only real issue I've run into at all is that I need RGBA hex, e.g. getting 8-digit #rrggbbaa format output, which the library does not support natively. This form can be generated manually using the component rgba output, of course, but the UI itself has some limitations as well.
Notably, ChromePicker will only show the hex input option if alpha is 1.0. This looks like it might be an issue for several other picker styles that display hex values.
An option to get hex output with alpha included, and to enable hex input for field controls, would be phenomenal. I understand this may not perfectly match the picker styles this library attempts to emulate, but may be an area where it can improve over the original inspirations.
Maintaining compatibility could be achieved by either adding a flag (hexWithAlpha: boolean = false?) or adding a new set of colors/views (hexa?).
The text was updated successfully, but these errors were encountered:
The library is great!
The only real issue I've run into at all is that I need RGBA hex, e.g. getting 8-digit
#rrggbbaa
format output, which the library does not support natively. This form can be generated manually using the component rgba output, of course, but the UI itself has some limitations as well.Notably,
ChromePicker
will only show the hex input option if alpha is1.0
. This looks like it might be an issue for several other picker styles that display hex values.An option to get hex output with alpha included, and to enable hex input for field controls, would be phenomenal. I understand this may not perfectly match the picker styles this library attempts to emulate, but may be an area where it can improve over the original inspirations.
Maintaining compatibility could be achieved by either adding a flag (
hexWithAlpha: boolean = false
?) or adding a new set of colors/views (hexa
?).The text was updated successfully, but these errors were encountered: