Interface ErrorSummaryConfig

interface ErrorSummaryConfig {
    disableAutoFocus: boolean;
}

Properties

Properties

disableAutoFocus: boolean

If set to true the error summary will not be focussed when the page loads.

Generated using TypeDoc