How do you retrieve the value?
jmxxii opened this issue · 3 comments
jmxxii commented
Cannot find a way to retrieve the value of the input.
jmxxii commented
There is an input prop that is not mentioned in the docs.
<VerificationInput input={{ onChange: (e) => this.setState({ value: e }) }} />
hallee9000 commented
Maybe should expose onChange prop.
andreaswilli commented
onChange
prop is now available in v2.0.0
.