-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix-#77:Refactor Form Validation with react-hook-form & zod #296
fix-#77:Refactor Form Validation with react-hook-form & zod #296
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Kindly rebase for the PR title checker to pass |
@ShristiSharan you can delete the package-lock.json and then do npm install that should ideally solve the build failure |
okh sir, will do this asap |
Still not working! |
@ShristiSharan please arrange a call, may be tomorrow night. It is most needed, and it is quite delayed now |
Hello ShristiSharan Thank you for your PR. Unfortunately, it doesn't meet our quality checks. Please ensure you follow our contribution guidelines. The PR title should match the required format. For example, it should be like: If you have any query kindly check our contributor guidelines. |
Ohk Sir! |
Summary
This PR address
1.Validation schema modification
2.Form validation logic enhancement
3. Image selection Improvements
Description
Added react hook form and zod which helps in validating the input fields and to show the error as user fills the required input field rather than showing error after complete submission.
The validation schema has been updated to include checks for the author's name length and the maximum number of selected categories, image selection, blog title length and description of blog to be posted.
Users now have the option to select an image for their blog post either by providing a URL or uploading a file from their device. Additionally, feedback is provided to the user upon image selection.
Images
Helping user to fill the input as per requirement beforehand:
and once corrected, error gets removed-
Issue(s) Addressed
Closes #77
Prerequisites