You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when using lowercased hexadecimal, the dot of the color picked is not shown. I think it's because internally, hexadecimal is uppercased and then this above condition fails :
Hello !
I noticed that when using lowercased hexadecimal, the dot of the color picked is not shown. I think it's because internally, hexadecimal is uppercased and then this above condition fails :
https://github.com/xiaokaike/vue-color/blob/master/src/components/Compact.vue#L9
It would be great to have both lower and uppercase support.
The text was updated successfully, but these errors were encountered: