To make a textarea in React, use the input tag. ... 9 } 10 11 handleChange(event) { 12 console.log(event.target.value) 13 } 14 15 render() ...
確定! 回上一頁