I am making a form, and it should be simple. You hover, border changes color, if it’s valid (aka is not empty) the border turns green.
The problem is that the field is green by default when I’m refreshing the preview. I checked “this field should not be empty” but to no avail.
When the page is refreshed/first entered, all fields should be gray. If clicked, green, if completed green, when empty gray.
And being standard input, I cannot find the “is empty” variable…