Form 발행시 각각의 아이템들을 Form.Item으로 감싸줘야한다.
그러면 Form.Item 안에 있는 name이 value값을 가져오는 key가 된다.
rules={[{required: true, message:'판매자 이름을 입력해주세요'}]}
<Input.TextArea
size="large"
className="product-description"
showCount
maxLength={300}
></Input.TextArea>
<Button id="submit-button" size="large" htmlType="submit">
float: 자기 부모 기준으로 우측으로 위치시킬 때 사용