This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes cloning of RadioField children (#3754)
* extends child property instead of overriding it in the RadioField component * tests that RadioField doesn't override Radio property but extends it * updates CONTRIBUTORS.md * updates CHANGELOG.md * Update packages/terra-form-radio/CHANGELOG.md Co-authored-by: Supreeth <supreeth.mr1990@gmail.com> * adds snapshot check Co-authored-by: Supreeth <supreeth.mr1990@gmail.com> * overrides 'aria-described' prop of Radio by value of RadioField Co-authored-by: Supreeth <supreeth.mr1990@gmail.com> * extends child property instead of overriding it in the CheckboxField component * updates snapshots --------- Co-authored-by: Supreeth <supreeth.mr1990@gmail.com>
- Loading branch information
1 parent
3d7745e
commit 91601e7
Showing
9 changed files
with
312 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
128 changes: 128 additions & 0 deletions
128
packages/terra-form-checkbox/tests/jest/__snapshots__/CheckboxField.test.jsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
136 changes: 136 additions & 0 deletions
136
packages/terra-form-radio/tests/jest/__snapshots__/RadioField.test.jsx.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters