From 2948c06525a32ca906eaf833cedf92ef579bc5c5 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Thu, 9 Dec 2021 12:26:27 +0500 Subject: [PATCH] set importantForAccessibility on input --- apps/mobile/src/components/Input/index.js | 1 + 1 file changed, 1 insertion(+) 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'}