Skip to content

Commit 612e72f

Browse files
committed
improve documentation text
1 parent 63d13e5 commit 612e72f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/data/material/components/autocomplete/autocomplete.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ In the event that you need to lock certain tags so that they can't be removed, y
265265

266266
{{"demo": "FixedTags.js"}}
267267

268-
### Checkboxes
268+
### Selection indicators
269+
270+
This example demonstrates how icons are used to indicate the selection state of each item in the listbox.
269271

270272
{{"demo": "CheckboxesTags.js"}}
271273

docs/data/material/components/selects/selects.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ Like with the single selection, you can pull out the new value by accessing `eve
9797

9898
{{"demo": "MultipleSelect.js"}}
9999

100-
### Checkmarks
100+
### Selection indicators
101+
102+
This example demonstrates how icons are used to indicate the selection state of each item in the listbox.
101103

102104
{{"demo": "MultipleSelectCheckmarks.js"}}
103105

0 commit comments

Comments
 (0)