Skip to content

Commit ada7089

Browse files
RSNarafacebook-github-bot
authored andcommitted
Revert D13105396
Summary: D13105396 broke a few things, so I'm reverting it. See: https://fburl.com/toehyir8 Reviewed By: sahrens, mmmulani Differential Revision: D13220491 fbshipit-source-id: 35594099eea7f40d2fb948ae2010db4babb7093d
1 parent 7030d95 commit ada7089

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Libraries/Components/TextInput/TextInput.js

+3
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,9 @@ const TextInput = createReactClass({
12671267
},
12681268

12691269
_onBlur: function(event: BlurEvent) {
1270+
// This is a hack to fix https://fburl.com/toehyir8
1271+
// @todo(rsnara) Figure out why this is necessary.
1272+
this.blur();
12701273
if (this.props.onBlur) {
12711274
this.props.onBlur(event);
12721275
}

0 commit comments

Comments
 (0)