Skip to content

Trigger change events after setting values #6

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DerGuteMoritz
Copy link

JavaScript enhanced forms tend to handle change events of input
fields, e.g. for validation purposes. Programmatically setting the
value of an input field doesn't trigger those events, though,
preventing such forms from being considered valid. Therefore
formFiller now dispatches a change event after every value change.

JavaScript enhanced forms tend to handle change events of input
fields, e.g. for validation purposes. Programmatically setting the
value of an input field doesn't trigger those events, though,
preventing such forms from being considered valid. Therefore
formFiller now dispatches a change event after every value change.
@jusuff
Copy link
Owner

jusuff commented Jul 4, 2019

Many thanks! Will merge is ASAP ( probably this weekend).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants