Answer the question
In order to leave comments, you need to log in
How to pass a variable to setState?
How to pass a variable? See screenshot: https://tppr.me/FNuyc
handleCheckInput(state, val, item, status) {
this.setState({
state: {
...state,
[item]: {
...state[item],
status: status,
value: val
}
}
})
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question