search for: text_field_auto_complete

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

2006 Apr 11
4
text_field_auto_complete not working in IE?
Hi all, I''m looking for some insight on why my text_field_with_auto_complete might not work in Internet Explorer. I''m using it in a fairly simple way, without much customization. I''ve broken it down and made a test page at http://realty.colemanation.org/houses/test which shows the behavior I''m having problems with. For me on Windows XP this page works
2008 Dec 12
0
default value using Autocompleter.local
I''m using recipe 7 from Rails Recipes to get really fast auto- completion through Javascript. I was previously using text_field_auto_complete which lets me define a :value that appears in the field when the page is loaded - serving as a default value. I''d like to preserve this using the "<%= javascript_tag("new Autocompleter.Local(..." but I don''t know how to define a default value. -a --~--~--------...