search for: textfield_with_auto_complete

Displaying 2 results from an estimated 2 matches for "textfield_with_auto_complete".

2006 May 31
3
textfield_with_auto_complete - filling two fields
I am going nuts here.. I have a form where users can write a city name (used with auto_complete) - and once they click on the desired city in the dropdown menu - I would like to have the Country field filled automatically as well... Is this possible at all ? If so, can somebody please tell me where I can find some documentation on the subject, or preferrably an example ? Many thanks in
2006 Jul 14
1
auto completion with composite field
...has a name and a postal code. When entering a Person I want to enter the city in one text field that shows a composition of the city name and the postal : "city (postal)". And this with auto complete (and should afterwards be linked to the person object) I don''t think that textfield_with_auto_complete solves the problem. any ideas ? I read about auto_complete_field, but I didn''t find any concrete sample code... I couldn''t figure out what to do in the partial, the controller, the actual form -- Posted via http://www.ruby-forum.com/.