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

Multiple <select>s Populate the Wrong Element on iOS #65

Open
stowball opened this issue Jan 28, 2016 · 3 comments
Open

Multiple <select>s Populate the Wrong Element on iOS #65

stowball opened this issue Jan 28, 2016 · 3 comments

Comments

@stowball
Copy link

Summary:

Multiple <select> boxes whose options have the same value, or whose options have no value, will change the value for another <select> box if it is tapped without pressing "Done" in the options picker

Platforms:

iOS8+ (iPhone only)

How to reproduce:

  1. Create 2 <select>s with no or the same <option> value
    2.Tap a <select>
  2. Change a value in the options picker
  3. Tap another <select> without pressing Done

The newly-tapped <select> will have the chosen value.

Reduced Example:

http://codepen.io/stowball/pen/NxMjpw

Bug Tracker ticket(s):

Apparently filed as 18701881 and 18484444.

Workarounds:

  • Use unique values for each across all <select>s on the page.
@frontenddeveloping
Copy link

Was fixed in iOS 8.3

@stowball
Copy link
Author

But it's still broken in 9

@stowball
Copy link
Author

4 years later and it still exists in iOS 13 🙄

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

2 participants