Jared Kuolt <[EMAIL PROTECTED]> writes: > I forgot to mention that yet another thought is to just create another > widget like MultipleSelectField.
Making it derived from SelectField and adding the extra parameters -- even through the attrs attribute -- looks very interesting to me. The same for the "listbox" widget. Code reuse, and an easier name for the user. -- Jorge Godoy <[EMAIL PROTECTED]>

