I’m coming from Bubble where we can get a “when input’s value isn’t valid” (for example for an email address input).
I’ve been trying multiple ways on WW to get this but I couldn’t figure it out. I’d like to dynamically display the text color of the input (red if not valid, for example not an email address). How do you do it?
Here’s one of the things I’ve tried but it won’t work.
it should work, i don’t know why isValid is returning null, maybe a bug
After a few tests i saw that “required” and input type “email” doesnt change isValid value to true or false, it just send a little error message, maybe in future it will be changed
Also isValid is just changed after u submit the form