Home
last modified time | relevance | path

Searched refs:textContentType (Results 1 – 25 of 29) sorted by relevance

12

/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/
H A DABI49_0_0propsConversions.h133 traits.textContentType = convertRawProp( in convertRawProp()
137 sourceTraits.textContentType, in convertRawProp()
138 defaultTraits.textContentType); in convertRawProp()
H A DABI49_0_0primitives.h219 std::string textContentType{};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0propsConversions.h132 traits.textContentType = convertRawProp( in convertRawProp()
136 sourceTraits.textContentType, in convertRawProp()
137 defaultTraits.textContentType); in convertRawProp()
H A DABI48_0_0primitives.h219 std::string textContentType{};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0propsConversions.h132 traits.textContentType = convertRawProp( in convertRawProp()
136 sourceTraits.textContentType, in convertRawProp()
137 defaultTraits.textContentType); in convertRawProp()
H A DABI47_0_0primitives.h211 std::string textContentType{};
/expo/home/screens/DeleteAccountScreen/
H A DPasswordStep.tsx49 textContentType="password"
H A DOTPStep.tsx105 textContentType="oneTimeCode"
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI47_0_0RCTTextInputUtils.mm45 toTextInput.textContentType = fromTextInput.textContentType;
H A DABI47_0_0RCTTextInputComponentView.mm177 if (newTextInputProps.traits.textContentType != oldTextInputProps.traits.textContentType) {
178 …_backedTextInputView.textContentType = ABI47_0_0RCTUITextContentTypeFromString(newTextInputProps.t…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI49_0_0RCTTextInputUtils.mm45 toTextInput.textContentType = fromTextInput.textContentType;
H A DABI49_0_0RCTTextInputComponentView.mm176 if (newTextInputProps.traits.textContentType != oldTextInputProps.traits.textContentType) {
177 …_backedTextInputView.textContentType = ABI49_0_0RCTUITextContentTypeFromString(newTextInputProps.t…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI48_0_0RCTTextInputUtils.mm45 toTextInput.textContentType = fromTextInput.textContentType;
H A DABI48_0_0RCTTextInputComponentView.mm177 if (newTextInputProps.traits.textContentType != oldTextInputProps.traits.textContentType) {
178 …_backedTextInputView.textContentType = ABI48_0_0RCTUITextContentTypeFromString(newTextInputProps.t…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts240 textContentType?: property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts240 textContentType?: property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTBaseTextInputViewManager.m59 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(textContentType, NSString)
H A DABI49_0_0RCTBaseTextInputView.m277 // Setting textContentType to an empty string will disable any
279 self.backedTextInputView.textContentType = contentTypeMap[type] ?: type;
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTBaseTextInputViewManager.m60 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(textContentType, NSString)
H A DABI47_0_0RCTBaseTextInputView.m264 // Setting textContentType to an empty string will disable any
266 self.backedTextInputView.textContentType = contentTypeMap[type] ?: type;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI48_0_0RCTBaseTextInputViewManager.m59 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(textContentType, NSString)
H A DABI48_0_0RCTBaseTextInputView.m277 // Setting textContentType to an empty string will disable any
279 self.backedTextInputView.textContentType = contentTypeMap[type] ?: type;
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfirebase-recaptcha.mdx164 textContentType="telephoneNumber"
300 textContentType="telephoneNumber"
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dfirebase-recaptcha.mdx166 textContentType="telephoneNumber"
302 textContentType="telephoneNumber"
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js105 …den:!0,secureTextEntry:!0,placeholder:!0,autoCorrect:!0,multiline:!0,textContentType:!0,maxLength:… property
269 …it']),textBreakStrategy:c.oneOf(['balanced','highQuality','simple']),textContentType:c.oneOf(['add… property
381textContentType,h=n.readOnly,S=n.editable,C=n.enterKeyHint,O=n.returnKeyType,T=n.inputMode,w=n.sho… property

12