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

Change event looks for all inputs attached to a form #65

Merged
merged 2 commits into from
Mar 24, 2023

Conversation

chabad360
Copy link
Contributor

Currently, the Change event only looks for input elements that are a child of the form. However, forms can have elements attached to them via the form attribute on an element. This makes the Change event respect that.

@jfyne
Copy link
Owner

jfyne commented Mar 24, 2023

Can you run ./build.sh

@chabad360
Copy link
Contributor Author

Done, this should be good to go. I've been using it already for a bit in production, so it should be safe to use.

@jfyne
Copy link
Owner

jfyne commented Mar 24, 2023

Great, thanks

@jfyne jfyne merged commit 6ab7669 into jfyne:master Mar 24, 2023
@jfyne
Copy link
Owner

jfyne commented Mar 24, 2023

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