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

[Feature] React hook form 으로 가격 입력칸 실시간 유효성 검증 구현 #35

Open
4 tasks
BoubleJ opened this issue Jun 4, 2024 · 0 comments
Open
4 tasks
Assignees

Comments

@BoubleJ
Copy link
Contributor

BoubleJ commented Jun 4, 2024

ISSUE

  • 사용자가 입력한 가격 범위 값에 따라 실시간 에러 메시지 출력
  • 사용자 경험 증대를 위한 기능

Image

ESTIMATE

0.5 Day

TASKS

  • useForm 객체 내 register, watch 메서드 활용한 실시간 유효성 검증
  • 가격 입력 시 나오는 모든 경우의 수에 맞는 에러메시지 출력
    • 최소가격 > 최대가격 일 경우
    • 최소가격x , 최대가격 < 10000 경우
@BoubleJ BoubleJ self-assigned this Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant