Closed markteunen65 closed 4 years ago
The initial selected options are not checked (class=active) in the itemlist
<select id='testSelect1' multiple> <option value='1'>Item 1</option> <option value='2' selected>Item 2</option> <option value='3'>Item 3</option> <option value='4' selected>Item 4</option> <option value='5'>Item 5</option> </select>
same here. Having trouble pre-selecting values.
@markteunen65 @jjacksondotnet fixed, feel free to recreate the issue if it happens again
The initial selected options are not checked (class=active) in the itemlist