Question
cfselect and IE
I have a large query that I am displaying in a cfselect
listbox. The query is of a set of users and can be very long. The
idea is to allow the users to begin typing letters and have the
listbox go to the item based on the keys entered. This is standard
on desktop applications. Using cfselect works in this fashion on
Firefox, but not IE. In IE it recognizes the first key-stroke, then
stops (just like the standard html select). Does anyone know why
this works in Firefox, but not in IE?