Error summary configuration
ErrorSummary components can have use the following props:
className (optional)- A CSS class name to pass to the component.
title (optional)- The title of the error summary. Default is ‘There is a problem’.
Error summary items configuration
ErrorSummary.Item components can use the following props:
fragmentId (optional)- ID of the question or field to link to.
linkComponent (optional)- Function that returns an element, to customise the output.