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
Description:
While submitting emails, contact numbers, other such input fields, there could be an extra space accidentally or due to autocomplete. This hampers the form fields and the output is not valid.
Make sure every input field, before submitting, trims the inputs/free from spaces.
trim() could be used.
The text was updated successfully, but these errors were encountered:
Description:
While submitting emails, contact numbers, other such input fields, there could be an extra space accidentally or due to autocomplete. This hampers the form fields and the output is not valid.
The text was updated successfully, but these errors were encountered: