Change <button type="button" to <button type="submit" . Remove the onClick . Instead do <form className="commentForm" onSubmit={this.onFormSubmit}> .
確定! 回上一頁