-
Notifications
You must be signed in to change notification settings - Fork 7
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
Polling station data submit controller and hooks #142
Conversation
frontend/app/component/form/candidates_votes_form/CandidatesVotesForm.tsx
Outdated
Show resolved
Hide resolved
fix tests
frontend/app/component/form/voters_and_votes/VotersAndVotesForm.test.tsx
Show resolved
Hide resolved
frontend/app/component/form/voters_and_votes/VotersAndVotesForm.test.tsx
Show resolved
Hide resolved
frontend/app/component/form/voters_and_votes/VotersAndVotesForm.test.tsx
Show resolved
Hide resolved
Can we change the path for the |
definitely, lets leave this out of scope and perhaps discuss all paths and their names? |
|
@lkleuver @jorisleker Behavior of the error/warning icons is in scope of #99 Epic: refine validation, issue Frontend: implement validation copy using unique codes #136. So best to add any comments about the icons there. |
submitting the complete data request for pollingstation for each form section by introducing a form controller provider managing the complete state and hooks for working with individual form sections.