We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c9bd7 commit 49b150eCopy full SHA for 49b150e
src/ReactCodeInput.js
@@ -54,6 +54,7 @@ class ReactCodeInput extends Component {
54
}
55
this.setState({
56
value: nextProps.value,
57
+ input: getInputArray(nextProps),
58
});
59
60
0 commit comments