From a802fca4d9a033bc18f9c4d41f6196d5d855f4ad Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Tue, 1 Jun 2021 15:21:52 +0200 Subject: [PATCH] Test #3 --- docs/modular-steps-management.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/modular-steps-management.md b/docs/modular-steps-management.md index 4e514802..a1d0d62d 100644 --- a/docs/modular-steps-management.md +++ b/docs/modular-steps-management.md @@ -69,12 +69,12 @@ In the step object you have created, 2 attributes must be filled: - `onChange` prop are ignored as the event is handled by the app. - For `switch` and `checkbox` input types, the default value has to be set as a boolean property named **value**. - More information for each inputs is available in the design documentation: - - [textInput documentation](https://[[DOMAIN]]/docs/Components/FormInputs/TextInput) - used for inputs type 'text', 'tel', and 'date' - - [textArea documentation](https://[[DOMAIN]]/docs/Components/FormInputs/TextArea) - - [select documentation](https://[[DOMAIN]]/docs/Components/FormControls/Select) - - [radio button documentation](https://[[DOMAIN]]/docs/Components/FormControls/Radio) - - [switch documentation](https://[[DOMAIN]]/docs/Components/FormControls/Switch) - - [checkbox documentation](https://[[DOMAIN]]/docs/Components/FormControls/Checkbox) + - [textInput documentation]() - used for inputs type 'text', 'tel', and 'date' + - [textArea documentation]() + - [select documentation]() + - [radio button documentation]() + - [switch documentation]() + - [checkbox documentation]() ### Examples