Skip to content

Commit 782a3bd

Browse files
authored
Fix input wrapper view flexness (#1699)
1 parent 1b1d6f5 commit 782a3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/TextField/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const TextField = (props: InternalTextFieldProps) => {
197197
<View style={[paddings, fieldStyle]} row centerV>
198198
{/* <View row centerV> */}
199199
{leadingAccessoryClone}
200-
<View flexG>
200+
<View flex row>
201201
{floatingPlaceholder && (
202202
<FloatingPlaceholder
203203
placeholder={placeholder}

0 commit comments

Comments
 (0)