mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
(mvc) getFormData issue when selecting multiple options
This commit is contained in:
parent
f1563de1ba
commit
5bf6420b78
@ -61,7 +61,7 @@ function getFormData(parent) {
|
||||
sourceNode.children().each(function(index){
|
||||
if ($(this).prop("selected")){
|
||||
if (tmp_str != "") tmp_str = tmp_str + ",";
|
||||
tmp_str = tmp_str + sourceNode.val();
|
||||
tmp_str = tmp_str + $(this).val();
|
||||
}
|
||||
});
|
||||
node[keypart] = tmp_str;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user