diff --git a/src/lib/listing/page-header/page-header.component.html b/src/lib/listing/page-header/page-header.component.html index be690b5..6afdef3 100644 --- a/src/lib/listing/page-header/page-header.component.html +++ b/src/lib/listing/page-header/page-header.component.html @@ -88,6 +88,7 @@ { readonly iconButtonTypes = IconButtonTypes; @Input() pageLabel?: string; + @Input() searchInputId?: string; @Input() showCloseButton = false; @Input() hideResetButton = false; @Input() actionConfigs?: readonly ActionConfig[];