Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options with duplicate Values #333

Open
WaseemRakab opened this issue Feb 2, 2020 · 2 comments
Open

Options with duplicate Values #333

WaseemRakab opened this issue Feb 2, 2020 · 2 comments

Comments

@WaseemRakab
Copy link

WaseemRakab commented Feb 2, 2020

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
Copy link
Author

no one?

@WaseemRakab
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant