Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FE] 스터디 개설 페이지 폼 개선 #206

Closed
nan-noo opened this issue Aug 4, 2022 · 1 comment · Fixed by #207
Closed

[FE] 스터디 개설 페이지 폼 개선 #206

nan-noo opened this issue Aug 4, 2022 · 1 comment · Fixed by #207
Assignees
Labels
🚀 feature New feature or request 😁 frontend New frontend feature
Milestone

Comments

@nan-noo
Copy link
Collaborator

nan-noo commented Aug 4, 2022

요약

스터디 개설 페이지 폼에서 누락된 기능 추가

세부 설명

  • 필수 입력창에 * 붙이기
  • 필수가 아닌 입력창에 선택 안함 선택지 추가
  • 스터디 태그: 다중 선택
  • 스터디 모집 인원: 기본 0인 상태 수정
@nan-noo nan-noo added 🚀 feature New feature or request 😁 frontend New frontend feature labels Aug 4, 2022
@nan-noo nan-noo added this to the Milestone 3 milestone Aug 4, 2022
@nan-noo
Copy link
Collaborator Author

nan-noo commented Aug 4, 2022

useForm 개선 및 커스텀 인풋 컴포넌트를 만들어야 할 것 같습니다.

  • type radio 는 name으로 카테고리를 지정할 수 있는데, 현재 useForm에서는 name을 id처럼 사용하고 있습니다.

@nan-noo nan-noo linked a pull request Aug 4, 2022 that will close this issue
@nan-noo nan-noo closed this as completed Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 feature New feature or request 😁 frontend New frontend feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants