Is It Possible to use auto complete with text_field _tag

hi
Is it possible to use auto complete with text_field _tag.
Kindly let me know

Cheers

Hi,

You can use auto_complete plugin and use text_field_with_auto_complete
tag
rather than text_field_tag

NAYAK

On Sat, Jan 31, 2009 at 11:19 AM, Newb N. <
[email protected]> wrote:

  • NAYAK

Yes. What else would you use it for?

Sent from my iPhone

On 31/01/2009, at 4:49 PM, Newb N. <rails-mailing-list@andreas-

Julian L. wrote:

Yes. What else would you use it for?

Sent from my iPhone

On 31/01/2009, at 4:49 PM, Newb N. <rails-mailing-list@andreas-

Thanks for the Reply.
if i can use auto complete with text_tag,could u give me example for
this.

<%text_field_tag :first_name%>

Thank You.

Use google to find it. Search for autocomplete rails

Sent from my iPhone

On 03/02/2009, at 2:03 PM, Newb N. <rails-mailing-list@andreas-

Julian L. wrote:

Use google to find it. Search for autocomplete rails

Sent from my iPhone

On 03/02/2009, at 2:03 PM, Newb N. <rails-mailing-list@andreas-

Yes i did it but everything was text_field with auto_complete…
no usefull results for text_field_tag