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

Validate color code when selecting Hax color #79

Open hiren004 opened 3 years ago

hiren004 commented 3 years ago

Hi,

I'm trying to select something like this color in Hax: #43a0fddad and I want to validate that entered color code. Having already tried to find the props from docs but no luck. Also, tried something like this:

console.log(this.$refs.menu.selectColor(this.checkoutThemeColor, ''));

to validate color code but seems not worked!! Can anyone please help me to validate the color?

Thank you!