Closed adamwhitlock1 closed 2 years ago
LGTM, we really appreciate your contribution! One suggestion I have is to update the link's text of the original issue in the PR description, so shows 495 instead of 0000. @adamwhitlock1
:tada: This PR is included in version 1.1.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description
Adds an
onValueChange
prop to the TextField component to allow for a function to be passed for handling value change events. The existing Formikfield.onChange
would still fire but the additional function prop could also be called if it is provided.Original issue(s)
https://github.com/department-of-veterans-affairs/va-forms-system-core/issues/495
Testing done
Added a unit test for this new prop
Definition of done