File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ const FloatingPlaceholder = (props: FloatingPlaceholderProps) => {
87
87
onLayout = { onPlaceholderLayout }
88
88
testID = { testID }
89
89
recorderTag = { 'unmask' }
90
+ numberOfLines = { 1 }
90
91
>
91
92
{ shouldRenderIndication ? placeholder ?. concat ( '*' ) : placeholder }
92
93
</ Text >
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ const TextField = (props: InternalTextFieldProps) => {
156
156
Known Issue: This slightly push the trailing accessory when entering a long text
157
157
*/ }
158
158
{ children || (
159
- < View flexG >
159
+ < View flexG = { ! Constants . isWeb } flex = { Constants . isWeb } >
160
160
{ /* Note: Render dummy placeholder for Android center issues */ }
161
161
{ Constants . isAndroid && centered && (
162
162
< Text marginR-s1 style = { dummyPlaceholderStyle } >
You can’t perform that action at this time.
0 commit comments