bootstrap-multiselect icon indicating copy to clipboard operation
bootstrap-multiselect copied to clipboard

Question: How do i use JQuery to get all selected options when using an onchange listener on the form in TypeScript?

Open RedSpeeds opened this issue 5 years ago • 0 comments

Title already asks the question but ill explain a bit more.

So i have a multiselect in a form that updates certain value when they change the form so my question is how can i reference all the option's values that have been selected by the user without having to submit the form

RedSpeeds avatar Nov 27 '20 10:11 RedSpeeds