Drop Down Lists with Numeric Values
Posted: Fri Sep 20, 2013 9:15 am
We have been testing our application using Firefox 23.0.1 and recently began testing with IE9.
In Firefox, our drop down lists with numeric values work fine, but in IE9, it will not let us make a selection. The alpha value drop downs work fine. I verified that my fields are initialized correctly.
Any ideas?
FYI - The database driven numeric value dropdowns work fine, the Selection choices are the problem. Here is the choices and values we are using:
Choices = ["Any Physician in Practice","ELLIOT MD, I (89)","ENDOCRINOLOGY-DEXA SCANS (962)"]
Choice values = 0,89,962
In Firefox, our drop down lists with numeric values work fine, but in IE9, it will not let us make a selection. The alpha value drop downs work fine. I verified that my fields are initialized correctly.
Any ideas?
FYI - The database driven numeric value dropdowns work fine, the Selection choices are the problem. Here is the choices and values we are using:
Choices = ["Any Physician in Practice","ELLIOT MD, I (89)","ENDOCRINOLOGY-DEXA SCANS (962)"]
Choice values = 0,89,962