Skip to content

Options with duplicate Values #333

Description

@WaseemRakab

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 !

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions