On 04/09/07, bits <[EMAIL PROTECTED]> wrote:
>
> Unfortunately, group seems to break the AutoSet constraint. The desired
> behavior would be to have the AutoSet constraint pass for any of the group
> members' values.
I've fixed the AutoSet constraint in svn - revision 358.
There'll probably be
On 04/09/07, bits <[EMAIL PROTECTED]> wrote:
> Unfortunately, group seems to break the AutoSet constraint. The desired
> behavior would be to have the AutoSet constraint pass for any of the group
> members' values.
Yes - that should work.
I'll take a look at it today.
Carl
_
> > What's the YML syntax necessary to produce an option group in a
Radiogroup
> > or Select?
> ---
> elements:
> - type: Select
> name: month
> options:
> - label: "Q1"
> group:
> - [01, January]
> - [02, February]
> - [03, March]
Tha
On 03/09/07, bits <[EMAIL PROTECTED]> wrote:
> What's the YML syntax necessary to produce an option group in a Radiogroup
> or Select?
>
> For example, how would the following be written using a option groups
> instead of the 00-valued items:
>
> ---
> elements:
> - type: Select
> name:
What's the YML syntax necessary to produce an option group in a Radiogroup
or Select?
For example, how would the following be written using a option groups
instead of the 00-valued items:
---
elements:
- type: Select
name: month
options:
- [ 00, Q1 ]
- [ 01,