Skip to content

Commit 97e06fe

Browse files
jeripeierSBBwagnermaciel
authored andcommitted
docs(material/chips): remove unused field visible (#22978)
(cherry picked from commit 5391cad)
1 parent ce1e11c commit 97e06fe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components-examples/material/chips/chips-autocomplete/chips-autocomplete-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import {map, startWith} from 'rxjs/operators';
1515
styleUrls: ['chips-autocomplete-example.css'],
1616
})
1717
export class ChipsAutocompleteExample {
18-
visible = true;
1918
selectable = true;
2019
removable = true;
2120
separatorKeysCodes: number[] = [ENTER, COMMA];

src/components-examples/material/chips/chips-input/chips-input-example.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export interface Fruit {
1515
styleUrls: ['chips-input-example.css'],
1616
})
1717
export class ChipsInputExample {
18-
visible = true;
1918
selectable = true;
2019
removable = true;
2120
addOnBlur = true;

0 commit comments

Comments
 (0)