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