auto_complete_field layout

Dominic Son 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