> > I was wondering how many records can you through at your tag? I.E is it > good if I past it a list of all U.S. cities?
Hi Jim, The tag just wraps cfinput and adds some javascript to set extra properties. As such, it will be the same as using cfinput in terms of the number of items you can pass in the selection list. If the page becomes slow passing a list of all the US cities you may wish to consider binding the autosuggest to a cfc that returns a filtered list of cities based on the input. Here is a great article, by the man himself, on binding an autosuggest to a cfc: http://www.forta.com/blog/index.cfm/2007/5/31/ColdFusion-Ajax-Tutorial-1-AutoSuggest HTH Dominic -- Blog it up: http://fusion.dominicwatson.co.uk ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303079 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

