diff --git a/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx b/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx index 4e816a823..0f1cc1883 100644 --- a/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx +++ b/src/widgets/component-new-edit/components/response-format/simple/simple-numeric.jsx @@ -71,15 +71,11 @@ function ResponseFormatDatatypeNumeric({ required // Convert string "true"/"false" to boolean true/false when storing in Redux form parse={value => value === 'true'} - // Convert boolean true/false to string "true"/"false" when displaying the form + // Convert true/false/undefined to string "true"/"false" when displaying the form format={value => (value === true ? 'true' : 'false')} > - - {Dictionary.yes} - - - {Dictionary.no} - + {Dictionary.yes} + {Dictionary.no} {isDynamicUnit ? (