Created
November 6, 2013 00:05
-
-
Save nathany/7328609 to your computer and use it in GitHub Desktop.
iOS 7.0.3 multiple select issue minimal test case
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<title>iOS Test</title></head> | |
<body> | |
<div data-role="page"> | |
<div data-role="content"> | |
<form> | |
<select id="to_do_assigned_to_ids" multiple="multiple" name="to_do[assigned_to_ids][]" data-native-menu="false"> | |
<option value="1">Broc</option> | |
<option value="2">David</option> | |
<option value="3">Donald</option> | |
<option value="4">Forrest</option> | |
<option value="5">Nathan</option> | |
<option value="6" selected="selected">Sam</option> | |
</select> | |
</form> | |
</div> | |
</div> | |
</body> | |
</html> |
Yup, I can confirm this and I'm also looking for a solution.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://stackoverflow.com/questions/19694211/why-is-ios-7-0-3-picker-goofing-up-my-livecode-webform