Skip to content
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

Allow color picker input box to accept hex less than 6 characters #35

Closed
zembrodt opened this issue Jan 9, 2022 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@zembrodt
Copy link
Owner

zembrodt commented Jan 9, 2022

The input for the color picker hex currently only accepts a hex value of 6 characters, even though colors can have a hex value shortened to 3 characters.

Allow values of 3 characters to be entered, then expanded into their 6-characters notation. Hex colors are of the notation #rrbbgg

Examples:

  • #FFF to #FFFFFF
  • #ABC to #AABBCC
@zembrodt zembrodt added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant