chairemobilite / evolution

Online survey platform for travel survey
MIT License
4 stars 9 forks source link

Section: Add a `useSectionTemplate` hook for common section behavior #767

Closed tahini closed 2 weeks ago

tahini commented 2 weeks ago

This hook contains the common code to preload the section and scroll to the first invalid answer after updating the interview. The Section, as well as the SegmentsSection and VisitedPlacesSection templates use this hook to avoid duplicating the code.