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
{{ message }}
This repository was archived by the owner on Dec 12, 2021. It is now read-only.
Thanks you for great library!
I have problem with your library when it's run on IE.
It's failed in the line 563. for (j in input.options) { option = input.options[j]; if (option.selected) { value.push(v.sanitizeFormValue(option.value, options)); } }
IE doesn't support options property..
Could you fix it and write it in another way?