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

iPad showing option value rather than text #4

Closed
rmdort opened this issue Mar 16, 2011 · 4 comments
Closed

iPad showing option value rather than text #4

rmdort opened this issue Mar 16, 2011 · 4 comments

Comments

@rmdort
Copy link
Contributor

rmdort commented Mar 16, 2011

I tested it on ipad. My select is

<select id="SelectLevel" name="level">
<option value="26">ELDERLY</option>
<option value="27">PARENTS</option>
<option value="28">TEACHERS</option>
<option value="25">ALL</option>
</select>

When i load this on iPad, i am getting option value displayed in .yaselect-current.

Eg: 28 is displayed instead of teachers.

Do you have the same behavior?

@choonkeat
Copy link
Owner

not seeing it here. how is the demo link working for u?

@rmdort
Copy link
Contributor Author

rmdort commented Mar 17, 2011

View this page on ipad : http://artminister.com/build/yaselect/demo/

On page load, the first select will have a value of 22.

@choonkeat
Copy link
Owner

Ok, figured out -- the default displayed text was option.value instead of option.text. But after choosing an option, it behaves correctly and shows option.text

Fixed in 4697794

@rmdort
Copy link
Contributor Author

rmdort commented Mar 19, 2011

Fixed.

@rmdort rmdort closed this as completed Mar 19, 2011
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