Skip to content

Commit 315862c

Browse files
committed
Update state.value + state.input on props change 40818419#69 40818419#129
makes it possible to reset ReactCodeInput’s internal state and the values it renders in its inputs by passing in an updated this.props.value
1 parent 33a7aca commit 315862c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReactCodeInput.js

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class ReactCodeInput extends Component {
4848
}
4949
this.setState({
5050
value: nextProps.value,
51+
input: getInputArray(nextProps),
5152
});
5253
}
5354

0 commit comments

Comments
 (0)