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

Fix Edge form support #178

Merged
merged 2 commits into from
Oct 10, 2018
Merged

Fix Edge form support #178

merged 2 commits into from
Oct 10, 2018

Conversation

robinnorth
Copy link
Collaborator

Using a for... in loop to iterate a HTMLElementCollection as we did in proto/attach-form.js is evidently not a very good idea as our implementation doesn't work in Microsoft Edge, so I have swapped it out for a for loop that does work across all the browsers that we support.

Fixes #177

@BehindTheMath BehindTheMath merged commit 52fb3bf into master Oct 10, 2018
@BehindTheMath BehindTheMath deleted the fix/edge-form-support branch October 10, 2018 17:21
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