diff --git a/src/app/components/picklist/picklist.ts b/src/app/components/picklist/picklist.ts index b4e24350d34..7f21dfc3826 100755 --- a/src/app/components/picklist/picklist.ts +++ b/src/app/components/picklist/picklist.ts @@ -112,7 +112,7 @@ import {
-
+
{{ sourceHeader }}
@@ -145,6 +145,7 @@ import { #sourcelist class="p-picklist-list p-picklist-source" [id]="idSource + '_list'" + [attr.aria-labelledby]="idSource + '_header'" (keydown)="onItemKeyDown($event, selectedItemsSource, onSourceSelect, SOURCE_LIST)" (focus)="onListFocus($event, SOURCE_LIST)" (blur)="onListBlur($event, SOURCE_LIST)" @@ -221,7 +222,7 @@ import {
-
+
{{ targetHeader }}
@@ -253,6 +254,7 @@ import { #targetlist class="p-picklist-list p-picklist-target" [id]="idTarget + '_list'" + [attr.aria-labelledby]="idTarget + '_header'" (keydown)="onItemKeyDown($event, selectedItemsTarget, onTargetSelect, TARGET_LIST)" (focus)="onListFocus($event, TARGET_LIST)" (blur)="onListBlur($event, TARGET_LIST)"