Skip to content

Commit db44907

Browse files
andrewseguinjosephperrott
authored andcommitted
docs(chips): remove comment regarding disabled style (#15360)
The docs incorrectly say that disabled chips do not receive special styling, but they are in fact more transparent when disabled
1 parent 0747228 commit db44907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/chips/chips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Whenever the selection state changes, a `ChipSelectionChange` event will be emit
2525

2626
### Disabled chips
2727
Individual chips may be disabled by applying the `disabled` attribute to the chip. When disabled,
28-
chips are neither selectable nor focusable. Currently, disabled chips receive no special styling.
28+
chips are neither selectable nor focusable.
2929

3030
### Chip input
3131
The `MatChipInput` directive can be used together with a chip-list to streamline the interaction

0 commit comments

Comments
 (0)