Should support color values without # when selecting HEX_FORMAT #16
tranthanhhoang060391
started this conversation in
Ideas
Replies: 1 comment
-
Yes, I'll try to make the # character optional |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thank you for your great library.
When playing with the library, I noticed that when I select the Hex format, and enter the
ff0000
to the input field, it will show blackWhen changing it to
#ff0000
, it will show the correct colorWhen selecting the Hex format, could you consider supporting the color value without a #?
Beta Was this translation helpful? Give feedback.
All reactions