Skip to content

Commit 5b7b549

Browse files
committed
💄 chore: minor storybook note
1 parent 587edc3 commit 5b7b549

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/stories/Playground.stories.mdx

+7
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,7 @@ import {
14491449
{({ state: searchTerm, setState: setSearchTerm }) => (
14501450
<Rhythm grouped mb={12} p={4}>
14511451
<PortalDropover
1452+
observe
14521453
passiveLabel
14531454
label={
14541455
<DropoverInputLabel>
@@ -1477,5 +1478,11 @@ import {
14771478
</Rhythm>
14781479
)}
14791480
</StateWrapper>
1481+
<Rhythm ml={4} pt={7}>
1482+
<Typography as="div" variants={['italic']} volume="quiet">
1483+
Please note the form input re-renders with each character typed because this is a quick Storybook example. In a
1484+
real world scenario this can be prevented.
1485+
</Typography>
1486+
</Rhythm>
14801487
</Story>
14811488
</Canvas>

0 commit comments

Comments
 (0)