We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587edc3 commit 5b7b549Copy full SHA for 5b7b549
src/stories/Playground.stories.mdx
@@ -1449,6 +1449,7 @@ import {
1449
{({ state: searchTerm, setState: setSearchTerm }) => (
1450
<Rhythm grouped mb={12} p={4}>
1451
<PortalDropover
1452
+ observe
1453
passiveLabel
1454
label={
1455
<DropoverInputLabel>
@@ -1477,5 +1478,11 @@ import {
1477
1478
</Rhythm>
1479
)}
1480
</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>
1487
</Story>
1488
</Canvas>
0 commit comments