searchable-option-list
searchable-option-list copied to clipboard
How to Fetch the selected options in an array format
trafficstars
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 !