Re: Re: empty list of options for SelectWidget
Neil Schemenauer <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Sep 07, 2006 at 01:48:09PM -0400, David Binger wrote: > Maybe SelectWidget should not render as a SELECT element when > there are less than 2 options. Yuck. If there is really a need for this then it should be a different widget. The basic widgets should correspond directly to form elements, IMO. Neil