mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-10 07:19:40 +08:00
fix: adjustsFontSizeToFit does not exist on TextInput (#1131)
This commit is contained in:
committed by
Dawid Urbaniak
parent
4e8622c38f
commit
95750486ab
@@ -229,7 +229,6 @@ class TextInputFlat extends React.Component<ChildTextInputProps, {}> {
|
||||
...rest,
|
||||
ref: innerRef,
|
||||
onChangeText,
|
||||
adjustsFontSizeToFit: true,
|
||||
// @ts-ignore
|
||||
placeholder: label
|
||||
? parentState.placeholder
|
||||
|
||||
Reference in New Issue
Block a user