Auto_complete_field layout

hi guys, can anyone give insight on how i would be able to display the
results of an auto_complete_field other than underneath it’s textfield?

ie: say i want each results to appear in each different boxes on my
page…

Dominic S. wrote:

hi guys, can anyone give insight on how i would be able to display the
results of an auto_complete_field other than underneath it’s textfield?

ie: say i want each results to appear in each different boxes on my
page…


Posted via http://www.ruby-forum.com/.

I think the best thing to look at is the observe_field function. There
you can listen in to inputs but have different outputs using RJS.

Regards,
Andy