You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Attempting to use the filters causes an error in Safari, due to
NodeList
not having a defined `forEach function.The text was updated successfully, but these errors were encountered: