@@ -126,7 +126,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
126
126
selectionState ?: import ( "react-native" ) . DocumentSelectionState | undefined ;
127
127
spellCheck ?: boolean | undefined ;
128
128
textContentType ?: "none" | "name" | "password" | "username" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "newPassword" | "oneTimeCode" | undefined ;
129
- autoCompleteType ?: "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "email " | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined ;
129
+ autoCompleteType ?: "email" | " name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined ;
130
130
importantForAutofill ?: "auto" | "yes" | "no" | "noExcludeDescendants" | "yesExcludeDescendants" | undefined ;
131
131
disableFullscreenUI ?: boolean | undefined ;
132
132
inlineImageLeft ?: string | undefined ;
@@ -458,7 +458,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
458
458
selectionState ?: import ( "react-native" ) . DocumentSelectionState | undefined ;
459
459
spellCheck ?: boolean | undefined ;
460
460
textContentType ?: "none" | "name" | "password" | "username" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "newPassword" | "oneTimeCode" | undefined ;
461
- autoCompleteType ?: "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "email " | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined ;
461
+ autoCompleteType ?: "email" | " name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined ;
462
462
importantForAutofill ?: "auto" | "yes" | "no" | "noExcludeDescendants" | "yesExcludeDescendants" | undefined ;
463
463
disableFullscreenUI ?: boolean | undefined ;
464
464
inlineImageLeft ?: string | undefined ;
@@ -902,7 +902,7 @@ export default function usePreset({ preset, ...props }: InternalTextFieldProps):
902
902
selectionState ?: import ( "react-native" ) . DocumentSelectionState | undefined ;
903
903
spellCheck ?: boolean | undefined ;
904
904
textContentType ?: "none" | "name" | "password" | "username" | "URL" | "addressCity" | "addressCityAndState" | "addressState" | "countryName" | "creditCardNumber" | "emailAddress" | "familyName" | "fullStreetAddress" | "givenName" | "jobTitle" | "location" | "middleName" | "namePrefix" | "nameSuffix" | "nickname" | "organizationName" | "postalCode" | "streetAddressLine1" | "streetAddressLine2" | "sublocality" | "telephoneNumber" | "newPassword" | "oneTimeCode" | undefined ;
905
- autoCompleteType ?: "name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "email " | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined ;
905
+ autoCompleteType ?: "email" | " name" | "off" | "cc-csc" | "cc-exp" | "cc-exp-month" | "cc-exp-year" | "cc-number" | "password" | "postal-code" | "street-address" | "tel" | "username" | undefined ;
906
906
importantForAutofill ?: "auto" | "yes" | "no" | "noExcludeDescendants" | "yesExcludeDescendants" | undefined ;
907
907
disableFullscreenUI ?: boolean | undefined ;
908
908
inlineImageLeft ?: string | undefined ;
0 commit comments