Xavier Noria wrote:
> On Tue, Sep 16, 2008 at 3:37 PM, Palani Kumar
> <[EMAIL PROTECTED]> wrote:
>
>> <%= text_field_with_auto_complete :detail, :title, {:min_chars => 4} %>
>
> The signature of the helper is
>
> text_field_with_auto_complete(object, method, tag_options = {},
> completion_options = {})
>
> So you need to put an explicit empty tag_options this way:
>
> <%# untested %>
> <%= text_field_with_auto_complete :detail, :title, {}, :min_chars => 4
> %>
Hi Xavier Noria,
It works for me .Thank you so much man thank you so much....
great work done by you...
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---