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 form validation running on form submit. As long as the placeholder submit handler fires first, it doesn't interfere with the form validation, because the values are cleared. But once any error messages have appeared, I'd like the placeholders to appear in any empty inputs again.
The text was updated successfully, but these errors were encountered:
I have form validation running on form submit. As long as the placeholder submit handler fires first, it doesn't interfere with the form validation, because the values are cleared. But once any error messages have appeared, I'd like the placeholders to appear in any empty inputs again.
The text was updated successfully, but these errors were encountered: