A framework for building native applications using React
COMMITS
/ Libraries/Components/TextInput/TextInput.js May 17, 2022
H
Fixed Textinput not properly handling padding and paddingVertical in style props (#33564)
Hetan Thakkar committed
May 10, 2022
C
Adding missing prop for RN Android TextInput behavior
Christian Ruink committed
May 4, 2022
G
Fixes to non-product code (e.g React Native)
George Zahariev committed
February 15, 2022
M
Minor changes to Flow types
Moti Zilberman committed
February 2, 2022
T
RN: Remove `propTypes` from Image, Text, and TextInput
Tim Yung committed
December 30, 2021
A
Update copyright headers from Facebook to Meta
Andres Suarez committed
S
Introduce TextInput.onChangeSync
Samuel Susla committed
December 7, 2021
S
Introduce TextInput.onKeyPressSync
Samuel Susla committed
December 3, 2021
L
Add TextInput.setSelection method
Liron Yahdav committed
November 11, 2021
M
November 10, 2021
T
RN: Resolve Outstanding ESLint Warnings
Tim Yung committed
November 3, 2021
T
JS: Format with Prettier v2.4.1 [3/n]
Tim Yung committed
October 22, 2021
T
RN: Deprecate Prop Types
Tim Yung committed
August 12, 2021
F
Fix TextInput Cursor jumping to the right when the placeholder null (#28995)
fabriziobertoglio1987 committed
J
Updated TextInput autoCompleteType prop to autoComplete 2/2 (#26010)
jeswinsimon committed
July 21, 2021
J
Migrate to androidx.autofill.HintConstants & Support all constant types (#28008)
Jason Safaiyeh committed
July 16, 2021
A
Add support to URI keyboard type in Android (#31781)
Adrián Cuesta committed
June 26, 2021
J
Log soft exception instead of crashing if ref is null on TextInput onPress
Joshua Gross committed
April 26, 2021
K
Convert require to import in Libraries/Components
Kacie Bawiec committed
April 1, 2021
L
Update FlowFixMes to use error codes in react-native-github
Luna Wei committed
L
Delete unused FlowFixMes in xplat/js/react-native-github
Luna Wei committed
March 3, 2021
N
Hide caret during test runs
Nadiia D committed
February 23, 2021
N
Use flow strict-local
Nadiia D committed
February 22, 2021
N
Replace Touchable with usePressability hook
Nadiia D committed
February 10, 2021
M
Upgrade react-hooks rules
Micha Reiser committed
January 22, 2021
N
TextInput: sort props
Nadiia D committed
November 14, 2020
N
replace defaultProps usage in functional components
Nadiia D committed
September 8, 2020
T
TextInput: Add `onPressIn` and `onPressOut`
Tim Yung committed
September 2, 2020
L
Set caretHidden to true to fix the Xiaomi crash
Lulu Wu committed
August 28, 2020
L
Fix Xiaomi TextInput crash in native
Lulu Wu committed
August 14, 2020
R
Switch TextInput to useLayoutEffect
Rick Hanlon committed
May 29, 2020
V
use React.Children.count for counting children (#28991)
Vojtech Novak committed
May 11, 2020
M
implemented showSoftInputOnFocus for iOS (#28834)
Manvir Singh committed
May 10, 2020
T
TextInput: Default `blurOnSubmit` in JS
Tim Yung committed
April 17, 2020
Z
Make ColorValue public in StyleSheet.js
Zack Argyle committed
April 14, 2020
S
Remove redundant input from TextInput
Samuel Susla committed
April 9, 2020
S
Migrate setNativeProps to commands in iOS text input
Samuel Susla committed
S
Implement event count for TextInput
Samuel Susla committed
March 25, 2020
M
Back out "Upgrade Prettier from 1.17 to 2.0.2."
Michael Bolin committed
M
Upgrade Prettier from 1.17 to 2.0.2.
Michael Bolin committed
March 17, 2020
N
Do not explicitly include ".js" in Library imports (#28311)
Nick Gerleman committed
March 11, 2020
J
TextInput: keep less stateful data on the View
Joshua Gross committed
March 2, 2020
J
Remove JS autoFocus implementation (#27923)
Janic Duplessis committed
February 27, 2020
H
Move suppression to primary locations in xplat/js
Hans Halverson committed
February 25, 2020
J
TextInput: use commands instead of setNativeProps on Android
Joshua Gross committed
J
TextInput: Fix controlled TextInput selection in Paper
Joshua Gross committed
February 19, 2020
E
Migrate TextInputState to take a ref instead of a reactTag
Eli White committed
February 10, 2020
J
chore: add description for rejectResponderTermination prop (#28001)
Jesse Katsumata committed
J
fix: prop name for passwordRules (#27999)
Jesse Katsumata committed
January 29, 2020
J
Clear some lint warnings (#27893)
Jesse Katsumata committed