From 1710a08d843142057e4e91e9bbde17063618278b Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Tue, 14 Mar 2023 13:42:43 -0400 Subject: [PATCH] update usage --- static/usage/v7/input/migration/index.md | 96 +++++++++++++-------- static/usage/v7/textarea/migration/index.md | 96 +++++++++++++-------- 2 files changed, 120 insertions(+), 72 deletions(-) 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'; - - - + + + + ```