Lookup / Code Label bound to space separated list Control Example - Read Only *LIST* with [codelabel.readonly] and [default]. Default is used to simulate pre-loaded values (should be all different). Note how [form.readonly] makes the whole list read ...
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...