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've come to an issue where placeholders are hidden after form submit, but not shown after that. I read code and find that this is done just not to submit placeholder values. It seems strange that after it is disabled it is never enabled again...
How could it be fixed, because in my case if user tries to submit empty form, he will get errors but he won't be able to recognise which field is which because placeholders are removed and unless you focus in/out you won't be able to see it again.
The text was updated successfully, but these errors were encountered:
Hello,
I've come to an issue where placeholders are hidden after form submit, but not shown after that. I read code and find that this is done just not to submit placeholder values. It seems strange that after it is disabled it is never enabled again...
How could it be fixed, because in my case if user tries to submit empty form, he will get errors but he won't be able to recognise which field is which because placeholders are removed and unless you focus in/out you won't be able to see it again.
The text was updated successfully, but these errors were encountered: