Interface ErrorSummaryConfig

interface ErrorSummaryConfig {
    disableAutoFocus?: boolean;
}

Properties

disableAutoFocus?: boolean

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