Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: submit button does not get disabled when using autofill in Firefox #1650

Open
fyzanshaik opened this issue Dec 12, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@fyzanshaik
Copy link

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:

  1. Open the application in Firefox.
  2. Use the browser's autofill feature to fill the email and password fields.
  3. 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
Screenshot From 2024-12-12 17-53-08

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.

@fyzanshaik fyzanshaik added the bug Something isn't working label Dec 12, 2024
@fyzanshaik
Copy link
Author

fixed #1651

@fyzanshaik fyzanshaik changed the title bug: bug: submit button does not get disabled when using autofill in Firefox Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant