diff --git a/components/FormikFields/PaperInputPicker/index.js b/components/FormikFields/PaperInputPicker/index.js index e75b4a3e9..76054d3ac 100644 --- a/components/FormikFields/PaperInputPicker/index.js +++ b/components/FormikFields/PaperInputPicker/index.js @@ -102,6 +102,26 @@ const PaperInputPicker = ({ )} + {fieldType === 'inputSideLabelTextQuestNumber' && ( + + {translatedLabel} + + + {translatedLabelSide} + + + {errors[formikKey]} + + + )} {fieldType === 'inputSideBySideLabel' && ( @@ -250,7 +270,7 @@ const PaperInputPicker = ({ {errors[result.textKey]} - )} + )} ))} @@ -329,20 +349,20 @@ const PaperInputPicker = ({ {result.label} ) : ( - - + - - {errors[customForm ? result.label : I18n.t(result.label)]} - - - )))} + mode="outlined" + theme={{ colors: { placeholder: theme.colors.primary }, text: 'black' }} + /> + + {errors[customForm ? result.label : I18n.t(result.label)]} + + + )))} )}