Hello,
I’ve been looking at DropDownList and wondered if Html Elements supports multiple item selection as, you click on the “A”, for example, and all the names that start with “A” get selected. In my application, I have a scenario where you have numerous options that are commonly selected and instead of having the user click through all 15 of them, I’m wondering if there’s a way to select multiple by clicking on one grouping.
Thanks