-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiselect - onsubmit - no get or post value #51
Comments
Can you put it on fiddle, as i cant replicate the issue. Thanks |
hi HemantNegi, can you give me example for submission or post selected to db thanks |
it gets posted like normal select. However here is an example.
|
Hi HermanNegi.. Thanks for your answer. Thanks.. On Fri, Apr 17, 2015 at 12:27 PM, Hemant Negi notifications@github.com
Regards, Telp :088210990983 |
How did you fix this issue, I also getting the last value :( |
Hi,
I am running into an issue with form submission for multiple select.
To recreate issue:
//select
name = my_select[]
multiple = multiple
class = SlectBox
//js
$('.SlectBox').SumoSelect({okCancelInMulti:true, selectAll:true });
//form
action = get
//user action
select only one item and submit the form
The single option is not reported on submission.
On multiple selection, the last item is not reported on submission.
The text was updated successfully, but these errors were encountered: