ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Indeed, you have the shorter (but a bit less comprehensible for beginners) version to handle the controlled inputs :const handleChange = e => { setInpData({ ...state, [e.target.name]: e.target.value });}
Nice explanation. Thank you!
Indeed, you have the shorter (but a bit less comprehensible for beginners) version to handle the controlled inputs :
const handleChange = e => {
setInpData({
...state,
[e.target.name]: e.target.value
});
}
Nice explanation. Thank you!