OK, that was my original thought also. Please feel free to submit a patch or feature request to add this. The easiest way to handle it would probably be to attach a TagDecorator to the field when "required" is true (the decorator would draw the asterisk). Thanks, Greg
On Aug 24, 2010, at 1:30 AM, Denis Kononenko wrote: > example a red asterisk (*) character as a separator between the label and the > child to indicate a required field. > > --- On Mon, 8/23/10, Greg Brown <[email protected]> wrote: > > From: Greg Brown <[email protected]> > Subject: Re: How use Form.required > To: [email protected] > Date: Monday, August 23, 2010, 12:17 PM > > That attribute doesn't actually do anything at the moment. It was added in > case a particular form skin wanted to highlight required fields - however, > the default form skin doesn't do this. > > Just curious - what would you expect to see when you set this value to true? > > On Aug 23, 2010, at 2:58 PM, Denis Kononenko wrote: > >> Hello! >> >> I can't use attribute Form.required >> >> ... >> <TextInput Form.label="First name" Form.required="true" textSize="21"/> >> ... >> Form.required - not worked >> >> Help me. Thanks >> > >
