On 12/19/05, Leandro Lucarella <[EMAIL PROTECTED]> wrote: > Just a little thought, doesn't "multiple" deserves it own option in the > constructor? Like widgets.SelectField(options=options_b, multiple=True, ...) > > I think the attrs parameter is great for easly hack the widget, but in > this case, a general and very common use case, I think is much more > cleaner and nicer to have a special parameter 'multiple' to make the > SelectField behave that way.
I had a reason why I didn't do this, but it's escaping me now. I guess I don't like the extra clutter in widgets/base.py for just one attribute of just one widget, y'know? But you might be right. This is definitely open to discussion. Anyone else think the same way? -- [EMAIL PROTECTED]

