multi-select icon indicating copy to clipboard operation
multi-select copied to clipboard

Options with duplicate Values

Open WaseemRakab opened this issue 5 years ago • 2 comments

Options with duplicate Values will not let me select more than one of them for example : i have

<select multiple>
    <option value="ok">ok</option>
    <option value="ok">ok</option>
    <option value="noo">noo</option>
</select>

i could select ok once(first one) and not the other ones..

[Edit] I have noticed also when i select ok (one of the duplicated values) And submit the result to the server side(ASP.NET), i get all of the duplicated values with the same names !

WaseemRakab avatar Feb 02 '20 19:02 WaseemRakab

no one?

WaseemRakab avatar Feb 06 '20 19:02 WaseemRakab

never mind guys , by that time , i have implemented my own multi select.

WaseemRakab avatar Feb 15 '20 22:02 WaseemRakab