Properties
| Type | Description | |
|---|---|---|
title | React.ReactNode | (required) A unique title of the step. |
inactive | boolean | (optional) Will treat the step as non-navigable if set to true. |
required | boolean | (optional) Will make all nested form fields required. |
include | boolean | (optional) If set to false, the step will not be rendered. |
includeWhen | object | (optional) Provide a path or itemPath together with hasValue or isValid in order to enable the step. hasValue can be a value or a function that returns a boolean. isValid uses the validation state of the referenced field. |
keepInDOM | boolean | (optional) Determines if the step should be kept in the DOM. Defaults to false. |
children | React.ReactNode | (required) Contents. |
Flex.Container | Various | (optional) Flex.Container properties. |
Space | string object | (optional) Spacing properties like top or bottom are supported. |
Translations
More info about translations can be found in the general localization and Eufemia Forms localization docs.
| Key | nb-NO | en-GB | sv-SE | da-DK |
|---|---|---|---|---|
Step.summaryTitle | Oppsummering | Summary | Sammanfattning | Oversigt |
Step.stepHasError | Skjemaet inneholder feil. | The form contains errors. | Formuläret innehåller fel. | Skemaet indeholder fejl. |