Skip to content

Commit

Permalink
[docs] Ensure inputRef is wired up to react-number-format's input (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinhNguyen authored and oliviertassinari committed Aug 8, 2018
1 parent 3210dfe commit 8622d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/demos/text-fields/FormattedInputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function NumberFormatCustom(props) {
return (
<NumberFormat
{...other}
ref={inputRef}
getInputRef={inputRef}
onValueChange={values => {
onChange({
target: {
Expand Down

0 comments on commit 8622d95

Please sign in to comment.