From 6462b2fe81544cc104b7d53209d26262d4f35b03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:58:13 +0300 Subject: [PATCH] Fixed #14101 - Chips | Focus class fix --- src/app/components/chips/chips.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/chips/chips.ts b/src/app/components/chips/chips.ts index 918ef706cd2..6501045183a 100755 --- a/src/app/components/chips/chips.ts +++ b/src/app/components/chips/chips.ts @@ -101,7 +101,7 @@ export const CHIPS_VALUE_ACCESSOR: any = { host: { class: 'p-element p-inputwrapper', '[class.p-inputwrapper-filled]': 'filled', - '[class.p-inputwrapper-focus]': 'focus', + '[class.p-inputwrapper-focus]': 'focused', '[class.p-chips-clearable]': 'showClear' }, providers: [CHIPS_VALUE_ACCESSOR],