This commit is contained in:
Mike Grabowski 2019-01-03 19:13:30 +01:00
Родитель bd79303d5b
Коммит 54cb03c8d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1201,7 +1201,7 @@ const TextInput = createReactClass({
// 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);
}