Skip to content

Commit

Permalink
Merge pull request #14114 from primefaces/issue-14101
Browse files Browse the repository at this point in the history
Fixed #14101 - Chips | Focus class fix
  • Loading branch information
cetincakiroglu authored Nov 15, 2023
2 parents 1d1dae5 + 6462b2f commit 06c8069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/chips/chips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

1 comment on commit 06c8069

@vercel
Copy link

@vercel vercel bot commented on 06c8069 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.