Open hiren004 opened 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!
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!