baianat/verte

Validate color code when selecting Hax color

hiren004 opened this issue · 0 comments

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!