Neeraj Fix Job Application Form#5228
Conversation
✅ Deploy Preview for highestgoodnetwork-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
sundarmachani
left a comment
There was a problem hiding this comment.
Tested the changes locally by checking into the current branch, running npm install, and starting the application. Cleared site data/cache, logged in as an admin user, and navigated to http://localhost:5173/job-application. Verified that the logo size is properly reduced, the top-right dropdown displays correctly without duplicate arrows, the First Name and Last Name fields are separated, and the “Are you applying as an individual or organization?” field is shown as a dropdown. Also confirmed that the “Hours per week” field displays validation errors for non-numeric input, the “Start Date” field shows a calendar picker correctly, and no duplicate questions are displayed. All requested changes are working as expected locally. Attached screenshots for verification.



Description
Related PRS (if any):
This frontend PR is related to the development backend branch.
Main changes explained:
Updated
JobApplicationForm.jsxnormalizeTitleKeyto remove duplicate questionstype="date") for "Start Date"Updated
JobApplicationForm.module.cssHow to test:
npm installand...to run this PR locallyScreenshots or videos of changes:
Note:
N/A