diff --git a/source/components/conversation/FormDecorator.js b/source/components/conversation/FormDecorator.js index c50b2fe8c..1f6cb3362 100644 --- a/source/components/conversation/FormDecorator.js +++ b/source/components/conversation/FormDecorator.js @@ -62,32 +62,40 @@ export var FormDecorator = formType => RenderField => return (
-
-
-

{this.props.question} {!inversion && }

-
-
+
+
+

+ {' '} + {this.props.question}{' '} + {!inversion && } +

+
- {defaultValue != null && ( - { - setFormValue(fieldName, '' + defaultValue) - submit('ignore') - }} - /> - )} -
- - -
+
+ {defaultValue != null && ( + { + setFormValue( + fieldName, + typeof defaultValue == 'object' + ? JSON.stringify(defaultValue) + : '' + defaultValue + ) + submit('ignore') + }} + /> + )} +
+ +
) } diff --git a/source/règles/externalized.yaml b/source/règles/externalized.yaml index e88d93655..7682a28e3 100644 --- a/source/règles/externalized.yaml +++ b/source/règles/externalized.yaml @@ -855,9 +855,7 @@ entreprise . association non lucrative: calculées à l'échelle de l'établissement et sont fonction de règlementations locales. suggestions.fr: utilisation d'une API -établissement . commune: - titre.en: City of the establishment - titre.fr: Commune de l'établissement +établissement . localisation: question.en: In which city is the establishment located? question.fr: Dans quelle commune l'établissement est-il implanté ? description.en: |-