Is there a fully-functional dropdown replacement for HTML SELECT that works in IE?
- by Ken Paul
We determined in a previous question that many features of HTML SELECTs are not supported in IE. Is there an alternative widget that you would recommend from your experience that meets the following requirements?
Respects the contentEditable property (does not allow selection changes if true)
Respects the disabled property of individual OPTIONs…