uiwjs / react-color

🎨 Is a tiny color picker widget component for React apps.
https://uiwjs.github.io/react-color
MIT License
274 stars 92 forks source link

Support hex input with leading # #130

Closed cbn-falias closed 11 months ago

cbn-falias commented 11 months ago

It would be great, if values like #121212 could also be pasted into the hex input fields. When copying a hex value from an arbitrary source it might contain a leading #. When pasting it into the input field it unfortunately resets to the previous value.

image

jaywcjlove commented 11 months ago

@cbn-falias Upgrade v1.4.3

cbn-falias commented 11 months ago

Works like a charm! Thank you so much for this super fast release. 😊🚀