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

Javascript Errors in Safari #28

Closed
silasjmatson opened this issue Sep 26, 2016 · 0 comments · Fixed by #29
Closed

Javascript Errors in Safari #28

silasjmatson opened this issue Sep 26, 2016 · 0 comments · Fixed by #29
Labels

Comments

@silasjmatson
Copy link
Contributor

Attempting to use the filters causes an error in Safari, due to NodeList not having a defined `forEach function.

TypeError: this.querySelectorAll('input, select').forEach is not a function. (In 'this.querySelectorAll('input, select').forEach(function (field) {
      if (field.value === '') {
        field.disabled = true;
      }
    })', 'this.querySelectorAll('input, select').forEach' is undefined)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant