Rails Autocompletion Issue - Rails 1.2.3 to 2.3.5
- by Grant Sayer
I have an issue with rails Autocompletion from some code that i've inherited from an old Rails 1.2.3 project that I'm porting to Rails 2.3.5. The issue revolves around javascript execution within the auto_complete helper :after_update_element.
The scenario is: A user is presented with a popup form with a number of fields. In the first field…