Skip to content
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

Form validation demo #372

Closed
wants to merge 7 commits into from
Closed

Conversation

esteban-gs
Copy link
Contributor

@esteban-gs esteban-gs commented Sep 5, 2023

This code showcases how to integrate Select , Checkbox an Input MUI components with react-hook-form. It also demos how to manage multi-form state with React Context Api.

I'm not entirely sure we need to merge this code into main, but we can use it as a starting point for wrangling forms.

  • Change Signup Citizen button link to old page
  • temporary route for signup user v2
  • Signup User Provider
  • Split into multi-step and split up validation rules

Dev Summary

Mocks

Test Plan

repro steps:

  1. localhost:3000
  2. click X button
    expected:

Resources

@esteban-gs esteban-gs marked this pull request as ready for review September 5, 2023 05:05
@esteban-gs esteban-gs marked this pull request as draft September 5, 2023 05:06
@esteban-gs esteban-gs force-pushed the esteban/#364/profile-img-upload branch from 59392cb to 6fe14b0 Compare September 7, 2023 06:21
@esteban-gs esteban-gs linked an issue Sep 7, 2023 that may be closed by this pull request
@esteban-gs esteban-gs linked an issue Sep 8, 2023 that may be closed by this pull request
@esteban-gs esteban-gs changed the title esteban/#364/profile img upload esteban/#365/profile img upload Sep 8, 2023
@esteban-gs esteban-gs changed the title esteban/#365/profile img upload #365/profile img upload Sep 8, 2023
@esteban-gs esteban-gs changed the title #365/profile img upload Form validation demo Oct 5, 2023
@esteban-gs esteban-gs closed this Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display error message for State select field on Sign Up form
1 participant