| Issue 100: | Fupdate incorrectly handles multiple choices inputs | |
| 1 person starred this issue and may be notified of changes. | Back to list |
> What steps will reproduce the problem? A form with multiple choices inputs (like a set of checkboxes), see attached file. > What is the expected output? What do you see instead? posted data should look like "choices[]=1&choices[]=2&choices[]=3" but only the last value is sent |
|
,
Mar 21, 2009
Ooops sorry, only the first value is sent... Maybe due to the Array.include() method ? Oh, by the way, bypassing the extraData options by calling this.request.send( $(this).toQueryString() ); in the send method does the trick ... |
|
,
May 07, 2009
All tickets are now on github: http://github.com/anutron/clientcide/issues/
Status: WontFix
|
|
|
|