department-of-veterans-affairs / va-forms-system-core

VA Forms System Core will be a React library hosted in NPM that will allow engineers and designers to easily interact with Forms inside of vets-website.
https://department-of-veterans-affairs.github.io/va-forms-system-core/
6 stars 4 forks source link

'simple-form' example checkbox doesn't update checked values. #494

Closed adamwhitlock1 closed 2 years ago

adamwhitlock1 commented 2 years ago

Description:

When opening up the example simple-form and selecting checkbox values, those values don't update to true in the debug readout, and the required validation error message remains no matter how many values are checked.

Expected: checkbox values update the validation state and form data debug display Actual: checking a checkbox doesn't change state of form values and validation error remains

Using version: 0.0.6 on MacOS Monterey 12.4, Chrome 103.0.5060.114

Steps to reproduce:

taylorkaren commented 2 years ago

Notes from 8/9/22 walkthrough meeting with Adam:

taylorkaren commented 2 years ago

Anish: Should check if the radio input is also experiencing the same error as the checkbox.

bjmccotter7192 commented 2 years ago

PR #539