Skip to content

Commit

Permalink
clarify using item in separate list
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Sep 19, 2023
1 parent 9210d5f commit 79a5067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/item.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ import SupportingVisuals from '@site/static/usage/v7/item/content-types/supporti
The text content type includes form control labels or other visible text. This text serves to indicate the intent of the item. Try to keep the text short and to the point.

<BestPracticeFigure
text={<>If you find that you need more than a few sentences, consider moving the item to its own list and adding a <a href={useBaseUrl('api/note')}>Note</a> at the bottom of the list.</>}
text={<>If you find that you need more than a few sentences, consider moving the item to its own list and adding a <a href={useBaseUrl('api/note')}>Note</a> at the bottom of the list. Adding the item to its own list makes it clear which item the Note is associated with.</>}
doText="Move long text outside of the list"
dontText="Don't try to fit long text in an item"
doImage={<img alt="A list with an item that contains a checked checkbox indicating the user wants to receive emails. Text describing how often the user will receive emails as well as how to unsubscribe from emails is placed underneath the list." src={useBaseUrl('img/item/long-text-do.jpg')} />}
Expand Down

0 comments on commit 79a5067

Please sign in to comment.