Consolidate form componets
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Currently we have two different types of form components that have similar behavior. We should probably see if we could merge (some) these so we can have more consistency across the site.
One style of form components are called something like `FormX...` (for example `FormInput`), these are written by me @Oscariremma and have the ability to hook in to `React Hook Form` for validation.
The other style is called something like `xInput` (for example DateInput), there are more of these and they are written by @Supergamer1337 , @x183 and me @Oscariremma .
It should probably be relatively easy to consolidate these to one set of components.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.