..5 isn't really fast enough. I know my users are going to scream. Maybe it's not the speed. But this is not working as I had hoped. Once you start typing I would expect all matches to show up and then the list would eliminate items which no longer match as you continued typing. With cfautosuggest you have to pause for the amount of time in AUTOSUGGESTBINDDELAY before the list will pop up.
So, nothing really happens until you pause. The Javascript function I was using before worked as I expected. Your list popped up immediately and items were eliminated as they no longer matched without any delay at all. This Javascript function also used the results of a query. Am I stuck? Any way to tweak cfautosuggest? On 8/6/07, Raymond Camden <[EMAIL PROTECTED]> wrote: > The docs clearly say you must use a non-zero integer. So while the > default is indeed 0.5, if you want to specify something it must be a > whole #, 1 or higher. > > On 8/6/07, David Mineer <[EMAIL PROTECTED]> wrote: > > I am using an autosuggest control and it works great. However, I want > > to lower the response time to "0.1". If I try anything with a > > decimal, that is anything between 0.1 and 0.9, I get an error. Even > > trying the default "0.5" gives me the following error: > > > > Attribute validation error for the CFINPUT tag. > > The value of the AUTOSUGGESTBINDDELAY attribute is invalid. The value > > specified, 0.0, must be greater than 0.0. > > > > I have tried ".1" and "0.1". > > > > If I don't specify the AUTOSUGGESTBINDDELAY value, than it works also, > > with the default of 0.5. > > > > I don't know what I could be doing wrong. Anyone able to succesfully > > use anything less than 1? > > > > -- > > David Mineer Jr > > --------------------- > > The critical ingredient is getting off your butt and doing > > something. It's as simple as that. A lot of people have ideas, > > but there are few who decide to do something about them now. > > Not tomorrow. Not next week. But today. The true entrepreneur > > is a doer. > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285478 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

