Modify ↓
Ticket #5079 (closed bug: worksforme)
multiple="multiple" selects with no selections are not serialized using jQuery.serialize
| Reported by: | sharwood | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | ajax | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
This problem seems to be in the serializeArray method. If no selection is made then it's value is null and ignored.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

What would be the desired behavior for that case? Do you have a standards reference for it?