diff --git a/static/usage/v7/input/migration/index.md b/static/usage/v7/input/migration/index.md
index 6423ae78f24..e28bf81ce00 100644
--- a/static/usage/v7/input/migration/index.md
+++ b/static/usage/v7/input/migration/index.md
@@ -53,15 +53,21 @@ import TabItem from '@theme/TabItem';
-
-
-
+
+
+
+
```
@@ -105,15 +111,21 @@ import TabItem from '@theme/TabItem';
-
-
-
+
+
+
+
```
@@ -157,15 +169,21 @@ import TabItem from '@theme/TabItem';
{/* After */}
-
-
-
+
+{/*
+ Metadata such as counters and helper text should not
+ be used when an input is in an item/list. If you need to
+ provide more context on a input, consider using an IonNote
+ underneath the IonList.
+*/}
+
+
```
@@ -209,15 +227,21 @@ import TabItem from '@theme/TabItem';
-
-
-
+
+
+
+
```
diff --git a/static/usage/v7/textarea/migration/index.md b/static/usage/v7/textarea/migration/index.md
index 28207956484..6413224a286 100644
--- a/static/usage/v7/textarea/migration/index.md
+++ b/static/usage/v7/textarea/migration/index.md
@@ -53,15 +53,21 @@ import TabItem from '@theme/TabItem';
-
-
-
+
+
+
+
```
@@ -105,15 +111,21 @@ import TabItem from '@theme/TabItem';
-
-
-
+
+
+
+
```
@@ -157,15 +169,21 @@ import TabItem from '@theme/TabItem';
{/* After */}
-
-
-
+
+{/*
+ Metadata such as counters and helper text should not
+ be used when a textarea is in an item/list. If you need to
+ provide more context on a textarea, consider using an IonNote
+ underneath the IonList.
+*/}
+
+
```
@@ -209,15 +227,21 @@ import TabItem from '@theme/TabItem';
-
-
-
+
+
+
+
```