Home
last modified time | relevance | path

Searched refs:clearTextOnFocus (Results 1 – 25 of 27) 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.h103 traits.clearTextOnFocus = convertRawProp( in convertRawProp()
107 sourceTraits.clearTextOnFocus, in convertRawProp()
108 defaultTraits.clearTextOnFocus); in convertRawProp()
H A DABI49_0_0primitives.h189 bool clearTextOnFocus{false};
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI48_0_0propsConversions.h102 traits.clearTextOnFocus = convertRawProp( in convertRawProp()
106 sourceTraits.clearTextOnFocus, in convertRawProp()
107 defaultTraits.clearTextOnFocus); in convertRawProp()
H A DABI48_0_0primitives.h189 bool clearTextOnFocus{false};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/
H A DABI47_0_0propsConversions.h102 traits.clearTextOnFocus = convertRawProp( in convertRawProp()
106 sourceTraits.clearTextOnFocus, in convertRawProp()
107 defaultTraits.clearTextOnFocus); in convertRawProp()
H A DABI47_0_0primitives.h181 bool clearTextOnFocus{false};
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTBaseTextInputView.h47 @property (nonatomic, assign) BOOL clearTextOnFocus;
H A DABI49_0_0RCTBaseTextInputViewManager.m52 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(clearTextOnFocus, BOOL)
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTBaseTextInputView.h47 @property (nonatomic, assign) BOOL clearTextOnFocus;
H A DABI47_0_0RCTBaseTextInputViewManager.m53 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(clearTextOnFocus, BOOL)
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI48_0_0RCTBaseTextInputView.h47 @property (nonatomic, assign) BOOL clearTextOnFocus;
H A DABI48_0_0RCTBaseTextInputViewManager.m52 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(clearTextOnFocus, BOOL)
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsecurestore.mdx93 clearTextOnFocus
99 clearTextOnFocus
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsecurestore.mdx93 clearTextOnFocus
99 clearTextOnFocus
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dsecurestore.mdx93 clearTextOnFocus
99 clearTextOnFocus
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dsecurestore.mdx93 clearTextOnFocus
99 clearTextOnFocus
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts139 clearTextOnFocus?: boolean | undefined; property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts139 clearTextOnFocus?: boolean | undefined; property
/expo/docs/pages/versions/unversioned/sdk/
H A Dsecurestore.mdx145 clearTextOnFocus
151 clearTextOnFocus
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI47_0_0RCTTextInputComponentView.mm188 …// Traits `blurOnSubmit`, `clearTextOnFocus`, and `selectTextOnFocus` were omitted intentially here
275 if (props.traits.clearTextOnFocus) {
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI49_0_0RCTTextInputComponentView.mm187 …// Traits `blurOnSubmit`, `clearTextOnFocus`, and `selectTextOnFocus` were omitted intentionally h…
279 if (props.traits.clearTextOnFocus) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI48_0_0RCTTextInputComponentView.mm188 …// Traits `blurOnSubmit`, `clearTextOnFocus`, and `selectTextOnFocus` were omitted intentially here
275 if (props.traits.clearTextOnFocus) {
/expo/packages/expo-dev-client/android/src/androidTest/assets/
H A Dbundled_app.bundle186 …ance:!0,passwordRules:!0,spellCheck:!0,selectTextOnFocus:!0,text:!0,clearTextOnFocus:!0})};m.expor…
335 …onMode:c.oneOf(['never','while-editing','unless-editing','always']),clearTextOnFocus:c.bool,select…
/expo/packages/expo-dev-menu/assets/
H A DEXDevMenuApp.ios.js105 …ance:!0,passwordRules:!0,spellCheck:!0,selectTextOnFocus:!0,text:!0,clearTextOnFocus:!0,showSoftIn… property
269 …onMode:c.oneOf(['always','never','unless-editing','while-editing']),clearTextOnFocus:c.bool,cursor… property
H A DEXDevMenuApp.android.js105 …ance:!0,passwordRules:!0,spellCheck:!0,selectTextOnFocus:!0,text:!0,clearTextOnFocus:!0,showSoftIn… property
269 …onMode:c.oneOf(['always','never','unless-editing','while-editing']),clearTextOnFocus:c.bool,cursor… property

12