Skip to content

Commit

Permalink
Revert D13105396
Browse files Browse the repository at this point in the history
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
  • Loading branch information
RSNara authored and facebook-github-bot committed Nov 27, 2018
1 parent 7030d95 commit ada7089
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Libraries/Components/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,9 @@ const TextInput = createReactClass({
},

_onBlur: function(event: BlurEvent) {
// This is a hack to fix https://fburl.com/toehyir8
// @todo(rsnara) Figure out why this is necessary.
this.blur();
if (this.props.onBlur) {
this.props.onBlur(event);
}
Expand Down

0 comments on commit ada7089

Please sign in to comment.