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 3ea071d commit 50f5370Copy full SHA for 50f5370
src/table/toolbar/table-toolbar-search.component.ts
@@ -22,7 +22,7 @@ import { NG_VALUE_ACCESSOR } from "@angular/forms";
22
export class TableToolbarSearch extends Search implements AfterViewInit {
23
tableSearch = true;
24
25
- size = "lg";
+ size: "sm" | "md" | "lg" = "lg";
26
27
@HostBinding("class.cds--toolbar-content") hostClass = true;
28
0 commit comments