Closed junminahn closed 1 month ago
Create a generic Input component to ensure consistent UI and behavior for form input elements across the pages.
Input
The following components will be required:
FormTextInput
react-hook-form
useFormContext
/examples/textinputs
@funtigr https://dev-pltsvc.apps.silver.devops.gov.bc.ca/examples/ui/text-input
Now we have a common component for input fields:
Description
Create a generic
Input
component to ensure consistent UI and behavior for form input elements across the pages.Technical Details
The following components will be required:
FormTextInput
that integrates withreact-hook-form
usinguseFormContext
for data binding.Definition of Done (DOD)
/examples/textinputs
.