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 96b8f25 commit 3442c0eCopy full SHA for 3442c0e
src/material/paginator/paginator.html
@@ -16,7 +16,8 @@
16
[aria-labelledby]="_pageSizeLabelId"
17
[panelClass]="selectConfig.panelClass || ''"
18
[disableOptionCentering]="selectConfig.disableOptionCentering"
19
- (selectionChange)="_changePageSize($event.value)">
+ (selectionChange)="_changePageSize($event.value)"
20
+ hideSingleSelectionIndicator>
21
<mat-option *ngFor="let pageSizeOption of _displayedPageSizeOptions" [value]="pageSizeOption">
22
{{pageSizeOption}}
23
</mat-option>
0 commit comments