baianat / verte

🎨 A Color picker component. Built from the bottom to work with Vue.js.
https://baianat.github.io/verte/
MIT License
181 stars 42 forks source link

Updating hex text input to work with or without a hashtag #88

Open DaveZMB opened 2 years ago

DaveZMB commented 2 years ago

Issue #87 describes a bug that occurs when users enter a hex value without prepending a #.

This PR simply prepends a # to the hex value if it was missing, allowing the color picker to accept hex values like #000 or 000.