https://stackoverflow.com/questions/4196681/form-not-submitting-when-pressing-enter
form 안에 antd input 컴포넌트를 사용했는데 enter 를 눌렀을 때 submit event가 발생하지 않음
아래처럼 type submit 인 input 추가후 화면에서 숨김처리 함
<input type="submit" style={{ display: 'none' }} />