pexeixv/weight-class-finder
Add form validation with Zod/Yup and Formik/React Hook Form
开放
#3 创建于 2025年10月21日
enhancementhacktoberfest
仓库指标
- 星标
- (0 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
- Integrate a form validation library such as Zod or Yup with Formik or React Hook Form.
- Validate inputs for:
- Weight must be a positive number
- Gender must be selected
- Units must be selected
- Provide error toasts using Sonner and prevent submission until inputs are valid.
- Ensure good UX with focus on invalid fields.