From d09078e44c8c294c78c44080d0bb8403d0ec6c34 Mon Sep 17 00:00:00 2001 From: George Date: Mon, 6 Mar 2023 15:27:09 +0200 Subject: [PATCH] RED-6154, add search input id to page header component. --- src/lib/listing/page-header/page-header.component.html | 1 + src/lib/listing/page-header/page-header.component.ts | 1 + 2 files changed, 2 insertions(+) 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[];