Unit test radio - OK was the [radio] as class that was messing up, fixed with [form.css] QUESTION: none that becomes one or other dep on size of enum ?
readonly select - when a SELECT field is made form.readony=true the SELECT is disbled (no readonly attr on SELECT) and an additional HIDDEN input is created to keep the value. The [Wrong] example does not have an empty option [form.maybenull] so Red i...
Expandible Complex Control - Example of a Search Form that can be expanded with two levels of nesting. It can be collapsed only when data is not present in the sub form(s) - note how the form "remembers" the visibility state of the nested form
choice.select=false disable the select for a optional choice with form.maybenull=true. This option supports editing filled instances without changing selection but does not allow to select an initial value..
choice.select=false disable the select for a optional choice. This option supports empty and filled instances. Note how when a value is created the select disappears until the value is removed.