Skip to content

Commit

Permalink
Merge pull request #329 from churchcommunitybuilder/custom_input_refe…
Browse files Browse the repository at this point in the history
…rence

Adds getInputRef to the CustomInput
  • Loading branch information
s-yadav authored Aug 5, 2019
2 parents 1ee12f6 + 5bc570b commit 3e7af74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/number_format.js
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,7 @@ class NumberFormat extends React.Component {
return (
<CustomInput
{...inputProps}
ref = {getInputRef}
/>
)
}
Expand Down

0 comments on commit 3e7af74

Please sign in to comment.