Hi,Currently, Field'isRequired() delegates to its FieldDefinition. How badly would it break everything :-) if instead there were an instance variable that's (a) initialized from getFieldDefinition().isRequired(), and then (b) settable via a setRequired() method?
Sometimes you just really want to say
someWidget.required = false;
in flowscript. Why shouldn't that be possible?
Cheers,
—ml—
