I was wondering if someone could help me with an autocomplete problem. I
have the autocomplete div receiving a <UL> that looks like:

<ul>
  <li>Name<br>Email</li>
</ul>

When the user hits enter and the value is filled into the text field
it's putting both the name and email in the field. I just want the name.
Funny this works in Firefox but not IE. I wonder how this is a browser
thing, since its looks like a parsing issue/setting in the library.

Thanks for your time,

Daniel

_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to