cyhnkckali / vue3-color-picker

The Unlicense
33 stars 9 forks source link

allow v-model to set a HEX value. #22

Closed GetnCode closed 1 month ago

GetnCode commented 2 months ago

Would be super helpful to allow us to pass a HEX value and have the picker handle the conversion to RGB and then update accordingly.

cyhnkckali commented 2 months ago

You can pass a v-model HEX value and it will convert to RGB when the new value is set. What exactly is desired? Do you want it to change the value on the first pass and return

cyhnkckali commented 1 month ago

No return was made