Skip to content

Conversation

@saseungmin
Copy link
Collaborator

@saseungmin saseungmin commented Nov 24, 2020

  • 스터디 작성페이지의 작성 폼 onChange 기능 구현 (제목, 모집 마감 날짜, 참여 인원 수, 내용)
  • 현재는 사용자가 로그인을 할 수가 없기 때문에 작성 유저는 임의로 넣어줘야 한다.

Comment on lines +49 to +59
<div>
{/* TODO: 추후 draft.js를 사용하여 변경 예정 */}
<textarea
rows="10"
cols="100"
name="contents"
value={contents}
onChange={handleChange}
placeholder="내용"
/>
</div>
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 작성 소개글은 editor로 변경예정

@saseungmin saseungmin added the enhancement New feature or request label Nov 24, 2020
@saseungmin saseungmin merged commit 4c08295 into CodeSoom:main Nov 24, 2020
@saseungmin saseungmin mentioned this pull request Nov 24, 2020
20 tasks
@saseungmin saseungmin deleted the all-change-write-field branch July 5, 2021 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant