ucsb-cs156-s24 / proj-organic-s24-5pm-2

https://ucsb-cs156-s24.github.io/proj-organic-s24-5pm-2/
0 stars 0 forks source link

Added Support for Register Function of useForm to the SchoolDropdown #55

Closed ukyl closed 4 months ago

ukyl commented 4 months ago

Note

This PR uses the branch of branch and stems off multiple PRS from #49 -> #35 -> #32


Changes

As a User, I see no visual difference in the dropdown form

Link to previous storybook Link to current storybook

As a Developer, the SchoolDropdown form now has a register field which takes in the register() from useForm so refactoring the other forms to use the SchoolDropdown would be more seamless.


Issues

Partially closes #2 Closes #54