SprintCreation.tsx
react-bootstrap -> react-hook-form migration
#293
Labels
forms
Relates to form design or submission
good first issue
Good for newcomers and newer coders
React
Involves the React framework
Description
There are several areas of the repo that are still using the Bootstrap form components FormGroup, FormControl, ControlLabel, and HelpBlock. These should be migrated to Material UI (FormControl, FormControlLabel, and FormHelperText). In addition, we want to have those components refactored to Hook's from classes (if they aren't already), and to use the
react-hook-form
npm library to improve the performance of our forms. Review this old Issue for more details. You can refer toLogin.js
to see what successful implementation looks like.If you'd like to help, please respond to this issue!
A comprehensive refresher on Material UI forms: https://smartdevpreneur.com/every-material-ui-form-component-explained-mui-v5/
Official docs:
FormControl
FormControlLabel
FormHelperText
The text was updated successfully, but these errors were encountered: