Skip to content

Commit

Permalink
Fix link to rejectResponderTermination section (#852)
Browse files Browse the repository at this point in the history
* Fix link to rejectResponderTermination section

* Update textinput.md
  • Loading branch information
solkaz authored and charpeni committed Apr 7, 2019
1 parent d448bec commit 6a4833f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Note that on Android performing text selection in input can change app's activit
- [`placeholderTextColor`](textinput.md#placeholdertextcolor)
- [`returnKeyLabel`](textinput.md#returnkeylabel)
- [`returnKeyType`](textinput.md#returnkeytype)
- [`rejectResponderTermination`](textinput.md#rejectResponderTermination)
- [`rejectResponderTermination`](textinput.md#rejectrespondertermination)
- [`scrollEnabled`](textinput.md#scrollenabled)
- [`secureTextEntry`](textinput.md#securetextentry)
- [`selection`](textinput.md#selection)
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.59/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Note that on Android performing text selection in input can change app's activit
- [`placeholderTextColor`](textinput.md#placeholdertextcolor)
- [`returnKeyLabel`](textinput.md#returnkeylabel)
- [`returnKeyType`](textinput.md#returnkeytype)
- [`rejectResponderTermination`](textinput.md#rejectResponderTermination)
- [`rejectResponderTermination`](textinput.md#rejectrespondertermination)
- [`scrollEnabled`](textinput.md#scrollenabled)
- [`secureTextEntry`](textinput.md#securetextentry)
- [`selection`](textinput.md#selection)
Expand Down

0 comments on commit 6a4833f

Please sign in to comment.