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 f38bcd9 commit 17255e1Copy full SHA for 17255e1
src/lib/chips/chip-list.ts
@@ -279,7 +279,7 @@ export class MatChipList extends _MatChipListMixinBase implements MatFormFieldCo
279
*/
280
@Input()
281
get selectable(): boolean { return this._selectable; }
282
- set selectable(value: boolean) {
+ set selectable(value: boolean) {
283
this._selectable = coerceBooleanProperty(value);
284
if (this.chips) {
285
this.chips.forEach(chip => chip.chipListSelectable = this._selectable);
0 commit comments