From 825aa0bc76f90e1f8b34cfdabe2a57b4893b0217 Mon Sep 17 00:00:00 2001 From: Manuel Carrera Date: Wed, 18 Sep 2024 12:05:51 -0600 Subject: [PATCH] Update modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx Co-authored-by: Josh <44883293+josh-bagwell@users.noreply.github.com> --- modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx b/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx index 9e965bc3c5..634bc0a0b3 100644 --- a/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx +++ b/modules/docs/mdx/12.0-UPGRADE-GUIDE.mdx @@ -195,7 +195,7 @@ We've added a new component under FromField to allow users to group inputs witho setting the `as` prop on the `FormField` component. Use `FormFieldGroup` when you have a group of inputs that need to be associated to one another, like -`RadioGroup` or a group of `Checkbox`'s. `FormFieldGroup`. +`RadioGroup` or a group of `Checkbox`'s. `FormFieldGroup` supports the same props of `FormField`: