| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/ |
| H A D | ABI49_0_0propsConversions.h | 25 traits.multiline = convertRawProp( in convertRawProp() 29 sourceTraits.multiline, in convertRawProp() 30 defaultTraits.multiline); in convertRawProp()
|
| H A D | ABI49_0_0primitives.h | 102 bool multiline{false};
|
| H A D | ABI49_0_0TextInputProps.cpp | 137 if (!traits.multiline) { in getEffectiveParagraphAttributes()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/ |
| H A D | ABI48_0_0propsConversions.h | 24 traits.multiline = convertRawProp( in convertRawProp() 28 sourceTraits.multiline, in convertRawProp() 29 defaultTraits.multiline); in convertRawProp()
|
| H A D | ABI48_0_0primitives.h | 102 bool multiline{false};
|
| H A D | ABI48_0_0TextInputProps.cpp | 137 if (!traits.multiline) { in getEffectiveParagraphAttributes()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/ |
| H A D | ABI47_0_0propsConversions.h | 24 traits.multiline = convertRawProp( in convertRawProp() 28 sourceTraits.multiline, in convertRawProp() 29 defaultTraits.multiline); in convertRawProp()
|
| H A D | ABI47_0_0primitives.h | 94 bool multiline{false};
|
| H A D | ABI47_0_0TextInputProps.cpp | 138 if (!traits.multiline) { in getEffectiveParagraphAttributes()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/ |
| H A D | ABI49_0_0RCTTextInputComponentView.mm | 38 …* entry, UITextView is for multiline entry. There is a problem with order of events when user type… 53 * `textInputDidChangeSelection` for multiline text input only. 54 …* In multiline text input this is undesirable as we don't want to be sending events for changes th… 69 …_backedTextInputView = props.traits.multiline ? [ABI49_0_0RCTUITextView new] : [ABI49_0_0RCTUIText… 114 if (newTextInputProps.traits.multiline != oldTextInputProps.traits.multiline) { 115 [self _setMultiline:newTextInputProps.traits.multiline]; 409 …if (props.traits.multiline && ![_lastStringStateWasUpdatedWith isEqual:_backedTextInputView.attrib… 612 - (void)_setMultiline:(BOOL)multiline 615 …UIView<ABI49_0_0RCTBackedTextInputViewProtocol> *backedTextInputView = multiline ? [ABI49_0_0RCTUI… 661 …should always have a non-default `submitBehavior`, but in case we don't, set it based on multiline. [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/ |
| H A D | ABI48_0_0RCTTextInputComponentView.mm | 39 …* entry, UITextView is for multiline entry. There is a problem with order of events when user type… 54 * `textInputDidChangeSelection` for multiline text input only. 55 …* In multiline text input this is undesirable as we don't want to be sending events for changes th… 70 …_backedTextInputView = props.traits.multiline ? [ABI48_0_0RCTUITextView new] : [ABI48_0_0RCTUIText… 115 if (newTextInputProps.traits.multiline != oldTextInputProps.traits.multiline) { 116 [self _setMultiline:newTextInputProps.traits.multiline]; 405 …if (props.traits.multiline && ![_lastStringStateWasUpdatedWith isEqual:_backedTextInputView.attrib… 608 - (void)_setMultiline:(BOOL)multiline 611 …UIView<ABI48_0_0RCTBackedTextInputViewProtocol> *backedTextInputView = multiline ? [ABI48_0_0RCTUI… 657 …should always have a non-default `submitBehavior`, but in case we don't, set it based on multiline. [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/Singleline/ |
| H A D | ABI49_0_0RCTSinglelineTextInputView.m | 21 // `submitBehavior` defaults to `"blurAndSubmit"` for <TextInput multiline={false}> by design.
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Singleline/ |
| H A D | ABI47_0_0RCTSinglelineTextInputView.m | 22 // `blurOnSubmit` defaults to `true` for <TextInput multiline={false}> by design.
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/Singleline/ |
| H A D | ABI48_0_0RCTSinglelineTextInputView.m | 21 // `submitBehavior` defaults to `"blurAndSubmit"` for <TextInput multiline={false}> by design.
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/ |
| H A D | ABI47_0_0RCTTextInputComponentView.mm | 39 …* entry, UITextView is for multiline entry. There is a problem with order of events when user type… 54 * `textInputDidChangeSelection` for multiline text input only. 55 …* In multiline text input this is undesirable as we don't want to be sending events for changes th… 70 …_backedTextInputView = props.traits.multiline ? [ABI47_0_0RCTUITextView new] : [ABI47_0_0RCTUIText… 115 if (newTextInputProps.traits.multiline != oldTextInputProps.traits.multiline) { 116 [self _setMultiline:newTextInputProps.traits.multiline]; 400 …if (props.traits.multiline && ![_lastStringStateWasUpdatedWith isEqual:_backedTextInputView.attrib… 603 - (void)_setMultiline:(BOOL)multiline 606 …UIView<ABI47_0_0RCTBackedTextInputViewProtocol> *backedTextInputView = multiline ? [ABI47_0_0RCTUI…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/ |
| H A D | ABI49_0_0AndroidTextInputProps.cpp | 119 …multiline(CoreFeatures::enablePropIteratorSetter? sourceProps.multiline : convertRawProp(context, … 121 sourceProps.multiline, 345 RAW_SET_PROP_SWITCH_CASE_BASIC(multiline); in setProp() 444 props["multiline"] = multiline; in getDynamic()
|
| H A D | ABI49_0_0AndroidTextInputProps.h | 103 bool multiline{false};
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/ |
| H A D | ABI48_0_0AndroidTextInputProps.cpp | 119 …multiline(CoreFeatures::enablePropIteratorSetter? sourceProps.multiline : convertRawProp(context, … 121 sourceProps.multiline, 345 RAW_SET_PROP_SWITCH_CASE_BASIC(multiline, false); in setProp() 441 props["multiline"] = multiline; in getDynamic()
|
| H A D | ABI48_0_0AndroidTextInputProps.h | 137 bool multiline{false};
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/androidtextinput/react/renderer/components/androidtextinput/ |
| H A D | ABI47_0_0AndroidTextInputProps.cpp | 119 multiline(convertRawProp(context, rawProps, 121 sourceProps.multiline, 292 props["multiline"] = multiline; in getDynamic()
|
| H A D | ABI47_0_0AndroidTextInputProps.h | 137 const bool multiline{false};
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Multiline/ |
| H A D | ABI47_0_0RCTMultilineTextInputView.m | 22 // `blurOnSubmit` defaults to `false` for <TextInput multiline={true}> by design.
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/ |
| H A D | TextInput.d.ts | 615 multiline?: boolean | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/ |
| H A D | TextInput.d.ts | 660 multiline?: boolean | undefined; property
|
| /expo/docs/ui/components/Snippet/blocks/ |
| H A D | Terminal.tsx | 39 * Currently, the implementation is simple, but we can add multiline support in the future.
|