Text_field_with_auto_complete and keystroke delay

Hello,

I am using text_field_with_auto_complete, and it works fine.
But i would like the decrease the period betwen keystroke and ajax
httprequest ( 1 sec )
I tryed to put :frequency => “0” but no change…

Any idea anyone ?
That you be really appreciated

Regards

Hakita Hakita wrote:

Hello,

I am using text_field_with_auto_complete, and it works fine.
But i would like the decrease the period betwen keystroke and ajax
httprequest ( 1 sec )
I tryed to put :frequency => “0” but no change…

Any idea anyone ?
That you be really appreciated

Regards

Hello,

i tried this too and it didn’t work for me either with :frequency =>
“0”.

But it does with a value like “0.01” (“0.0” also seems to have no
effect). The completion list is not instantly showing with “0.01” but
still a lot earlier than before.

Hope this helps.

Greetings,
Chris