Pre release tweaks
This commit is contained in:
@@ -34,7 +34,7 @@ export class BoundInput extends React.Component {
|
||||
|
||||
@autobind
|
||||
handleChangeText(newText) {
|
||||
if (this.props.binder) {
|
||||
if (this && this.props && this.props.binder) {
|
||||
this.setState(
|
||||
this.props.binder.updateFieldValue(this.props.name, newText)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user