Skip to content

[Feature] onChange All Write Fields in Write Page - #25

Merged
saseungmin merged 1 commit into
CodeSoom:mainfrom
saseungmin:all-change-write-field
Nov 24, 2020
Merged

[Feature] onChange All Write Fields in Write Page#25
saseungmin merged 1 commit into
CodeSoom:mainfrom
saseungmin:all-change-write-field

Conversation

@saseungmin

@saseungminsaseungmin commented Nov 24, 2020

Copy link
Copy Markdown
Collaborator
  • 스터디 작성페이지의 작성 폼 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
Copy Markdown
CollaboratorAuthor

Choose a reason for hiding this comment

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

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

@saseungminsaseungmin added the enhancement New feature or request label Nov 24, 2020
@saseungmin
saseungmin merged commit 4c08295 into CodeSoom:mainNov 24, 2020
@saseungminsaseungmin 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@saseungmin