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
Describe the Bug
The submit button does not get disabled when using autofill in Firefox, even though it works correctly in other browsers.
To Reproduce
Steps to reproduce the behavior:
Open the application in Firefox.
Use the browser's autofill feature to fill the email and password fields.
Observe that the submit button remains enabled even if the fields are valid.
Expected Behavior
The submit button should be disabled until all required fields are manually or autofill-populated and validated.
Screenshots or GIFs
Info (Please Complete the Following Information):
Browser: Firefox
Version: [118.0]
Additional Context
This issue is specific to Firefox's handling of autofill events. The autofill detection logic in the code does not properly update the state in Firefox, resulting in incorrect button behavior.
The text was updated successfully, but these errors were encountered:
Describe the Bug
The submit button does not get disabled when using autofill in Firefox, even though it works correctly in other browsers.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
The submit button should be disabled until all required fields are manually or autofill-populated and validated.
Screenshots or GIFs
Info (Please Complete the Following Information):
Additional Context
This issue is specific to Firefox's handling of autofill events. The autofill detection logic in the code does not properly update the state in Firefox, resulting in incorrect button behavior.
The text was updated successfully, but these errors were encountered: