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
fix(api): empty dropdown data was overriden by previous data
Revert and proper fix of #2175
I forgot to check for an empty dropdown value. Jquery unfortunately does not return the field at all on serializeArray when multiple named fields (which should return an array) are empty.
0 commit comments