react-native/Libraries/Components/TextInput
Janic Duplessis b4b594cec1 Fix `currentlyFocusedField` by Removing `this` usage in TextInputState (#19834)
Summary:
I broke `currentlyFocusedField` when adding it back in ce3b7b8204 because `this` no longer refers to the proper object because it is assigned here ce3b7b8204 (diff-b48972356bc8dca4a00747d002fc3dd5R330). This code was pretty prone to breaking so I simply removed the `this` usage and rely on a top level variable instead. Also moved everything to named functions.
Pull Request resolved: https://github.com/facebook/react-native/pull/19834

Differential Revision: D8943088

Pulled By: hramos

fbshipit-source-id: 24d1470f6117138a5978fb7e467147847a9f3658
2018-07-20 16:33:03 -07:00
..
InputAccessoryView.js Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
TextInput.js Feature/add decimal pad to android (#19714) 2018-06-14 14:01:51 -07:00
TextInputState.js Fix `currentlyFocusedField` by Removing `this` usage in TextInputState (#19834) 2018-07-20 16:33:03 -07:00