RE: [Rails-spinoffs] Autocompleter question

2006-02-16 Thread Bob Silva
n Behalf Of Nicolas Sent: Thursday, February 16, 2006 11:31 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Autocompleter question Hi, You can play with which will be displayed, but not selected and which won't be displayed, but selected. You can do pretty much everything

Re: [Rails-spinoffs] Autocompleter question

2006-02-16 Thread Nicolas
Hi,You can play with which will be displayed, but not selected and which won't be displayed, but selected.You can do pretty much everything with that, so you won't need to moidfy autocompleter code. Reagrds,NicoOn 2/16/06, Joseph Potenza <[EMAIL PROTECTED]> wrote: Hey all,     When using t

[Rails-spinoffs] Autocompleter question

2006-02-16 Thread Joseph Potenza
Hey all,     When using the Ajax.autocompleter, how would I configure it so that the user is searching based on an entry's name, but once they select an entry, I record the ID?       I have the user entering a person's name in a text box to make it easier to find contacts in a large databa