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'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:
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!
The text was updated successfully, but these errors were encountered: