Skip to content

Commit

Permalink
Merge e06def2 into 02616fa
Browse files Browse the repository at this point in the history
  • Loading branch information
hemm1 committed Feb 19, 2018
2 parents 02616fa + e06def2 commit 1ed874a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ReactInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default class ReactInput extends React.Component
target:
{
...event.target,
value: _parse(getInputElement().value, undefined, parse).value
value: _parse(this.getInputElement().value, undefined, parse).value
}
}

Expand Down

0 comments on commit 1ed874a

Please sign in to comment.