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.
I'm wondering if there's a reason why collectFormValues doesn't allow for select elements to be ignored with the data-ignored attribute like other form elements? The use case for me is that I'm including the same form on two different pages and I don't want it to be compulsory on all pages.
I'm wondering if there's a reason why
collectFormValuesdoesn't allow forselectelements to be ignored with thedata-ignoredattribute like other form elements? The use case for me is that I'm including the same form on two different pages and I don't want it to be compulsory on all pages.