Hi Lea, If I remember correctly, select-many will use the "to_s" method to render the string in the dropdown. You can try:
- Customise the "to_s" method in the model of the objects you are selecting in the dropdown. - Playing with the params like <item-label:> (http://hobocentral.net/tagdef/hobo_rapid/inputs/select-many) - Copy and redefine the tag completely to use a different text-method. Warm regards, Ignacio El 05/04/14 19:37, Lea Viljanen escribió: > I'm updating my app for Hobo 2 & Rails 4 and doing some ajaxifying at > the same time. > > I just noticed select-many is quite a different tag than select-one. > There doesn't seem to be text-method available, any hints how can I > change the pulldown menu texts on select-many? > > Thanks! > > - Lea > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
