Remove the onClick . Instead do <form className="commentForm" onSubmit={this.onFormSubmit}> . This should catch clicking the button and pressing the return key ...
確定! 回上一頁