diff --git a/apps/mobile/src/components/Input/index.js b/apps/mobile/src/components/Input/index.js index 3a0eddef4..7dccd42af 100644 --- a/apps/mobile/src/components/Input/index.js +++ b/apps/mobile/src/components/Input/index.js @@ -178,6 +178,7 @@ const Input = ({ validationType === 'email' ? 'email-address' : 'default' } importantForAutofill="yes" + importantForAccessibility="yes" returnKeyLabel={returnKeyLabel} returnKeyType={returnKeyType} keyboardAppearance={colors.night ? 'dark' : 'light'}