committed 02:41PM - 12 Aug 25 UTC
The color input component autocompletes hex patterns to update 3
character codes… to 6 characters. However we should only attempt to
format common patterns, and don't intervene for non sequenced values.
For example, we can:
- change `eee` to `eeeeee`
- change `f2f` to `f2f2f2`
- skip non sequenced patterns like `0f8` and allow the user to complete
manually
---------
Co-authored-by: Jarek Radosz <jradosz@gmail.com>