-
Notifications
You must be signed in to change notification settings - Fork 132
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
Placeholder not updating with selected option in Windows 8 (IE/Chrome) #37
Comments
I guess you've moved on, @steviant. But would you mind creating a fiddle where I can take a look at this issue? Here's one that you can fork https://jsfiddle.net/vestman/g7pvajc2/ The reason I'm asking is because I'm not able to reproduce it in IE10 nor Chrome (I'm testing on Windows 7) |
Ack, ye gods, this was a while back. I don't have a Windows rig to test on now, as I stumbled on this issue while working as a contractor for a particular client. I'll ping it over to them, though, as it was them that raised it with me in the first place. |
He, yeah, SoD haven't been getting a lot of attention from me the last year. Thought it was time to change that... Hehe. Any way, thanks! |
Hi! Any solution for this bug ? :( |
Hey man, i found the error. On windows 8 Chrome if IF is TRUE // If it's a touch device In Edge is false, thats why edge works fine. In my case i only comment this condition, but if u use in mobile you have to test the mobile header to :) hope it helps. |
On SOD elements with a placeholder, the label shows the first option on select, rather than the placeholder or the selected option, both in Internet Explorer 10 and Chrome 43, on Windows 8.
Works fine in Firefox though, oddly.
The text was updated successfully, but these errors were encountered: