We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c675a commit 753dd98Copy full SHA for 753dd98
packages/react-core/src/demos/ExpandableSection/examples/ExpandableTextDemo.tsx
@@ -13,7 +13,7 @@ export const ExpandableTextDemo: React.FunctionComponent = () => {
13
return (
14
<ExpandableSection
15
variant={ExpandableSectionVariant.truncate}
16
- toggleText={isExpanded ? 'Show less' : 'Show more'}
+ toggleText={isExpanded ? 'Show less' : 'Show more truncated content'}
17
onToggle={onToggle}
18
isExpanded={isExpanded}
19
truncateMaxLines={-1}
0 commit comments