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