IE and FF behaves ok, but in chrome why won't my drop down (select) control store a value? In IE and FF, the control has a default value. In chrome there is no default value and even when I try to select one, it doesn't set my selection.
Hey, I have tried all that. It's very strange. I also tried it on safari. As soon as I hit submit it loses the selected value and the default value appears.
dm007
Member
48 Points
108 Posts
HTML select (drop down) control is not storing value in chrome
Nov 28, 2012 04:25 PM|LINK
IE and FF behaves ok, but in chrome why won't my drop down (select) control store a value? In IE and FF, the control has a default value. In chrome there is no default value and even when I try to select one, it doesn't set my selection.
<p> <label for="agerange">Ages Range</label> <select id="listagerange"> <option value="1">18-22</option> <option value="2">22-26</option> <option value="3">26-30</option> <option value="4">30-34</option> <option value="5">Other</option> </select> </p>Catherine Sh...
All-Star
23382 Points
2490 Posts
Microsoft
Re: HTML select (drop down) control is not storing value in chrome
Dec 04, 2012 05:27 AM|LINK
Hi,
Your code is correct. I have tested it in Chrome and it works well.
In order to resolve your issue, you can try to do as follows:
1. Try to clear the chrome cache.
http://www.technipages.com/google-chrome-clear-cache.html
2. Try to reset chrome settings.
http://techdows.com/2010/06/how-to-reset-google-chromes-settings-to-its-default.html
3. Update your chrome to newest version.
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store
dm007
Member
48 Points
108 Posts
Re: HTML select (drop down) control is not storing value in chrome
Dec 14, 2012 04:10 PM|LINK