We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
5주차 워크북 실습 진행
실습 1. - 로그인 페이지 유효성 검사 구현
type
input
로그인 버튼
올바른 이메일 형식이 아닐 경우
8자리 이상 16자리 이하가 아닌 경우
실시간으로 조건이 충족하면, 사라져야 합니다.
input 창을 클릭했을 경우
에러메시지가 나오게 동작
useForm Hook 사용하기
The text was updated successfully, but these errors were encountered:
#13 react-hook-form & yup validation 실습
d0f6a3d
#13 실습1 로그 페이지 유효성 검사 구현
db8102e
jinhyo0
Successfully merging a pull request may close this issue.
🛠 Mission
5주차 워크북 실습 진행
📝 To-do
실습 1. - 로그인 페이지 유효성 검사 구현
UI
type
**의 **input
**을 2개 만들어주세요.로그인 버튼
**을 만들어주세요.기능 체크
올바른 이메일 형식이 아닐 경우
, 위와 같이 에러 메시지와, UI상 변화가 나타나도록, 구현해주세요.8자리 이상 16자리 이하가 아닌 경우
, 에러메시지가 나오게 구현해주세요.실시간으로 조건이 충족하면, 사라져야 합니다.
input 창을 클릭했을 경우
, **에러메시지가 나오게 동작
**해주세요. input 창을 누르지도 않았는데, 바로 에러메시지가 나오면, UX 측면에서 기분 좋지 않겠죠?🔍 접근 방법
useForm Hook 사용하기
The text was updated successfully, but these errors were encountered: