Skip to content

Commit 72cbceb

Browse files
committed
Fix div inside p error in common select text
1 parent cf66cc0 commit 72cbceb

File tree

1 file changed

+2
-2
lines changed
  • packages/react-renderer-demo/src/doc-components/examples-texts

1 file changed

+2
-2
lines changed

packages/react-renderer-demo/src/doc-components/examples-texts/select.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ When is `true`, the select will store only values of the selected options. Other
2222

2323
## selectAll
2424

25-
*boolean* | <Chip label="Experimental" color="secondary" />
25+
*boolean* | <Chip label="Experimental" color="secondary" component="span" />
2626

2727
When provided to an option object, this option will select all available options.
2828

@@ -40,7 +40,7 @@ options: [{
4040

4141
## selectNone
4242

43-
*boolean* | <Chip label="Experimental" color="secondary" />
43+
*boolean* | <Chip label="Experimental" color="secondary" component="span" />
4444

4545

4646
When provided to an option object, this option will clear the selection.

0 commit comments

Comments
 (0)