This React component renders a dynamic form using Ant Design and TanStack Router. It lets users enter a pincode, fetches related post office data from an external API, and auto-fills state, district, and city based on the selected post office. It …
This React component renders a dynamic form using Ant Design and TanStack Router. It lets users enter a pincode, fetches related post office data from an external API, and auto-fills state, district, and city based on the selected post office. It also includes a dynamic Academic Details section (add/remove entries) and submits all form data together.