Filtering cfselect data
I have built a crud flash form. In the form I have a cfselect that is populated by several hundred teachers. I'm looking for an easy way to select a teacher. If you click on the dropdown and type "s" it takes you to the first record beginning with "s". What I would like to do is make it so that you can start typing a name and it filters out the data so that is the only data avaialbe in the dropdown.
Anybody know if this is possible or know of a better solution?
Thanks!