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 have an issue, I noticed that the color change function fires up only when the color is valid.
Is there a way to fire it up even if the inputted data is not a valid color?
For example, in the console.log(this.selectedColor), it only fires when the color is valid. Let's say I add #xxx87, it doesn't fire up. Is it possible to make it available even when the data is not a valid color?
Greetings,
I have an issue, I noticed that the color change function fires up only when the color is valid.
Is there a way to fire it up even if the inputted data is not a valid color?
For example, in the console.log(this.selectedColor), it only fires when the color is valid. Let's say I add #xxx87, it doesn't fire up. Is it possible to make it available even when the data is not a valid color?
The text was updated successfully, but these errors were encountered: