Sorry my bad; I missed a options_for_association helper override that is the culprit for the truncation
Thanks, -Tin > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of vhochstein > Sent: Monday, March 19, 2012 11:52 AM > To: ActiveScaffold : Ruby on Rails plugin > Subject: Re: Truncation in the select field with form_ui = :select > > Hi, > > I m not aware of any truncation for select values in activescaffold > > The only max length I know about is for normal text list_columns (50 > characters) > > -- > Volker > > On 17 Mrz., 03:37, Tin Vo <[email protected]> wrote: > > Hello, > > > > I am using active_scaffold_vho 3.0.25 fork and notice that the > > selection texts in the drop down are truncated to be exactly 29 > > characters. > > The list view is showing the full .to_label text which is about 40 > > characters. > > > > How do I remove this truncation in the :select form_ui? > > > > Thank you, > > -Tin > > -- > You received this message because you are subscribed to the Google > Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en. -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en.
