raft-tech / TANF-app

Repo for development of a new TANF Data Reporting System
Other
16 stars 3 forks source link

Create a React component for radio inputs #3015

Open jtimpe opened 1 month ago

jtimpe commented 1 month ago

Description: As @elipe17 pointed out in #2999 (comment), the radio input implementation should be a React component similar to how FormGroup is used throughout the remaining inputs.

A caveat here is that FormGroup handles blur actions to create an error message when a field has not been filled. This may or may not be possible with the radio input component, but the developer should investigate.

Acceptance Criteria: Create a list of functional outcomes that must be achieved to complete this issue

Tasks: Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue

Supporting Documentation: Please include any relevant log snippets/files/screen shots