From 7a1bb8856d1edc494a6628854787121495dd1db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Wed, 27 Dec 2023 11:16:35 +0300 Subject: [PATCH] Fixed #14355 - TreeSelect: Trigger Button missing aria-label --- src/app/components/treeselect/treeselect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/treeselect/treeselect.ts b/src/app/components/treeselect/treeselect.ts index ac8feac30ef..2f579cbe859 100755 --- a/src/app/components/treeselect/treeselect.ts +++ b/src/app/components/treeselect/treeselect.ts @@ -70,7 +70,7 @@ export const TREESELECT_VALUE_ACCESSOR: any = { -