Summary:
I'd love to add annotations letting people know that this function and a few others take `SyntheticEvent`s but that may be inconsistent with the rest of the docs. For now, this particular annotation should be removed
Closes https://github.com/facebook/react-native/pull/592
Github Author: Will Piers <wpiers@rallydev.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
Will Piers 2015-04-03 12:16:41 -07:00
Родитель 6681274f43
Коммит 7b048ca023
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -217,8 +217,6 @@ var TextInput = React.createClass({
*/ */
onFocus: PropTypes.func, onFocus: PropTypes.func,
/** /**
* (text: string) => void
*
* Callback that is called when the text input's text changes. * Callback that is called when the text input's text changes.
*/ */
onChange: PropTypes.func, onChange: PropTypes.func,