Variable DEFAULT_UI_OPTIONSConst

DEFAULT_UI_OPTIONS: {
    submitButtonOptions: {
        norender: boolean;
    };
} = ...

Default ui:options for the UiSchema.

Type declaration

  • submitButtonOptions: {
        norender: boolean;
    }

    This prevents the submit button from being rendered, by default, as it is almost never what is wanted.

    Provide any uiSchema#/ui:options/submitButtonOptions to override this.

    • norender: boolean