Skip to content

Commit

Permalink
Add "known issues" section to TextInput (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
danibonilha authored and hramos committed Dec 17, 2018
1 parent 4d095d8 commit b95b8bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,3 +813,8 @@ isFocused();
```

Returns `true` if the input is currently focused; `false` otherwise.

# Known issues

* [react-native#19096](https://github.com/facebook/react-native/issues/19096): Doesn't support Android's `onKeyPreIme`.
* [react-native#19366](https://github.com/facebook/react-native/issues/19366): Calling .focus() after closing Android's keyboard via back button doesn't bring keyboard up again.

0 comments on commit b95b8bd

Please sign in to comment.