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:
Create 2 <select>s with no or the same <option>value
2.Tap a <select>
Change a value in the options picker
Tap another <select> without pressing Done
The newly-tapped <select> will have the chosen value.
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 pickerPlatforms:
iOS8+ (iPhone only)
How to reproduce:
<select>
s with no or the same<option>
value
2.Tap a<select>
<select>
without pressing DoneThe 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:
<select>
s on the page.