Skip to content
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

Closed
wasay opened this issue Apr 3, 2015 · 5 comments
Closed

Multiselect - onsubmit - no get or post value #51

wasay opened this issue Apr 3, 2015 · 5 comments

Comments

@wasay
Copy link

wasay commented Apr 3, 2015

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.

@HemantNegi
Copy link
Owner

Can you put it on fiddle, as i cant replicate the issue.

Thanks

@badrusalsyihab
Copy link

hi HemantNegi,

can you give me example for submission or post selected to db

thanks

@HemantNegi
Copy link
Owner

it gets posted like normal select.

However here is an example.
`


Volvo Saab Mercedes Audi Ritz Maruti Skoda Volkswagen Chevrolet Renault Suzuki parsart

`

$('.SlectBox').SumoSelect();

@badrusalsyihab
Copy link

Hi HermanNegi..

Thanks for your answer.
now My problem Solved

Thanks..

On Fri, Apr 17, 2015 at 12:27 PM, Hemant Negi notifications@github.com
wrote:

it gets posted like normal select.

However here is an example.

Volvo Saab Mercedes Audi Ritz Maruti Skoda Volkswagen Chevrolet Renault Suzuki parsart


Reply to this email directly or view it on GitHub
#51 (comment)
.

Regards,
Badrus Sholeh

Telp :088210990983
Email :badrusalsyihab@gmail.com
Website :badrus.16mb.com

@krathodfulcrum
Copy link

Hi HermanNegi..

Thanks for your answer.
now My problem Solved

Thanks..

On Fri, Apr 17, 2015 at 12:27 PM, Hemant Negi notifications@github.com
wrote:

it gets posted like normal select.
However here is an example.

Volvo
Saab
Mercedes
Audi
Ritz
Maruti
Skoda
Volkswagen
Chevrolet
Renault
Suzuki
parsart


Reply to this email directly or view it on GitHub
#51 (comment)
.

Regards,
Badrus Sholeh

Telp :088210990983
Email :badrusalsyihab@gmail.com
Website :badrus.16mb.com

How did you fix this issue, I also getting the last value :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants