Skip to content

webkit-autofill doesn't trigger the onChange event #3483

@rkmax

Description

@rkmax

I have two textfields, both of them have a onChange func waiting to be called each time the func is called a validation occurs and if some error is found using setState update the errorText property where is need.

the problem is the webkit-autofil (on chrome) fills both fields the onChange event is trigger for the first one but not for the second one leaving the error on the second field and this last one have the focus

my business logic disable the submit button if there's errors. any advice how to sort this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    duplicateThis issue or pull request already exists.scope: text fieldChanges related to the text field.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions