From 612125f7fb6c41b2c86cc5f9e0162c621f02734e Mon Sep 17 00:00:00 2001 From: Taylor Jones Date: Thu, 19 Sep 2024 13:55:07 -0500 Subject: [PATCH] docs(v11): remove StructuredListInput onChange deprecation --- docs/migration/v11.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/migration/v11.md b/docs/migration/v11.md index e5689c84f333..4173c4074679 100644 --- a/docs/migration/v11.md +++ b/docs/migration/v11.md @@ -1016,7 +1016,8 @@ spacing. ### StructuredListInput - The `defaultChecked` prop is no longer needed and has been deprecated -- The `onChange` prop has been deprecated +- ~The `onChange` prop has been deprecated~ This was incorrectly marked as + deprecated. `onChange` works and will remain in the StructuredListInput API. - The `value` prop has been deprecated ### Table