I
I
Ivan Korsakov2018-03-04 11:48:49
React
Ivan Korsakov, 2018-03-04 11:48:49

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 question

Ask a Question

731 491 924 answers to any question