> From: Luie Xia <[email protected]> > To: [email protected] > Sent: Wednesday, July 7, 2010 12:08:20 AM > Subject: [Trac] How can Trac custom field select type select > multiple values? > > Hi Group, > > Trac custom field, select type, will allow user to select one > of the listed values. > > Is it possible to let user select multiple values? For > example, I configured a select field called "packages need to > release". It will have a drop down list shows more than 10 > values. I would like the users to select one or more values. > But currently the select field only allow user select one. > > Your help is greatly appreciated. > > Regards, > Luie > > -----Original Message----- > From: [email protected] On Behalf Of mark ardiente > Sent: 07 July 2010 02:29 > To: [email protected] > Subject: Re: [Trac] How can Trac custom field select type > select multiple values? > > > I have the same problem as you. Right now, it's not possible > to select multiple values. > The problem is with the general implementation of a "drop list" control. These are designed for single selection only. You could do it using a collection of check box custom fields, one for each option (package)...
~ mark c -- You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en.
