pbauerochse / searchable-option-list

a jquery plugin for a searchable optionlist
MIT License
79 stars 54 forks source link

How to Fetch the selected options in an array format #68

Open HarshitaVishwakarma opened 6 years ago

HarshitaVishwakarma commented 6 years ago

I am trying to fetch the selected options in my route using req.body.selectBoxName, I get the selected options but as a single value and not as an array, I tried using getSelection but could not achieve what I want. Please help !