Browse Source

Fix links

content-update
xpetit 3 years ago
parent
commit
5cb87eb4a4
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 12
      docs/modular-steps-management.md

12
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]]/design/Components/FormInputs/TextInput) - used for inputs type 'text', 'tel', and 'date'
- [textArea documentation](https://[[DOMAIN]]/design/Components/FormInputs/TextArea)
- [select documentation](https://[[DOMAIN]]/design/Components/FormControls/Select)
- [radio button documentation](https://[[DOMAIN]]/design/Components/FormControls/Radio)
- [switch documentation](https://[[DOMAIN]]/design/Components/FormControls/Switch)
- [checkbox documentation](https://[[DOMAIN]]/design/Components/FormControls/Checkbox)
- [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)
### Examples

Loading…
Cancel
Save