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
Here's what I think would be "most optimal": invalid fields are highlit in red only if they are unfocused and only if they have been "touched" by the user, or the user has tried to "submit" the form (whatever that means for the form).
That seems hard, though. I'd settle for: invalid forms are shown as red once the form has been submitted once.
alexcottner
added
the
stale
For marking issues as stale. Labeled issues will be closed soon if label is not removed.
label
Jul 22, 2024
In #496 I wanted to add this CSS rule:
And it made me realized that we had many places where forms are loaded with invalid values (usually empty strings :))
What should we do? Should we highlight them in red? Should we show them as red only when focused?
The text was updated successfully, but these errors were encountered: