mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
set importantForAccessibility on input
This commit is contained in:
@@ -178,6 +178,7 @@ const Input = ({
|
||||
validationType === 'email' ? 'email-address' : 'default'
|
||||
}
|
||||
importantForAutofill="yes"
|
||||
importantForAccessibility="yes"
|
||||
returnKeyLabel={returnKeyLabel}
|
||||
returnKeyType={returnKeyType}
|
||||
keyboardAppearance={colors.night ? 'dark' : 'light'}
|
||||
|
||||
Reference in New Issue
Block a user