Closed harshil1793 closed 2 years ago
Is this going to be a feat or a fix? Because the title has feat but the version was bumped for a fix.
:tada: This PR is included in version 1.4.6 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description
Adds an
onValueChange
prop to theNumberField
,SelectField
,RadioField
,EmailField
,DateField
,CheckboxField
component to allow for a function to be passed for handling value change events. The existing Formik field.onChange would still fire but the additional function prop could also be called if it is provided.Original issue(s)
department-of-veterans-affairs/va-forms-system-core#531
Testing done
Screenshots
Definition of done