type and select from a query result
In CF, I can build a select list using a query:
<select name="produce">
<cfoutput query="name">
<option>#vegatable#
</cfoutput>
I will get a pulldown list such as blue berry, buk-choi, leek, lentil, lettuce, lime, potato, peas, tomato, etc.
I can select one or more from the list.
Is there a way that I can type in the blank input window and bring up the items on the list that match my input? For example, if I type "le" it will bring up "leek", "lentil", and "lettuce", and it won't display other items on the list that does not being with "le"?
google search has that capacity. It will be great if I can do it for a selection list in CF.
Thanks in Advance.
lei
