Skip to content

fixes for nulltype and arguments of radio group

Hermann requested to merge fix/renderSchema into master

in form.setSchema we explicitly need to model null options in the type. These broke the typechecking in form.renderSchema. Also, radiogroup got a wrong argument name

Merge request reports