primefaces / primeng

The Most Complete Angular UI Component Library
https://primeng.org
Other
10.42k stars 4.6k forks source link

MultiSelect v18: Wrong placeholder color - missing p-placeholder class #16479

Open TaneliTuomola opened 4 weeks ago

TaneliTuomola commented 4 weeks ago

Describe the bug

Placeholder color is wrong. The element does not get the correct formatting because the correct class(p-placeholder) is not set for it.

image

Image: PrimeVue vs PrimeNg

Environment

https://v18.primeng.org/multiselect#basic

Reproducer

https://v18.primeng.org/multiselect#basic

Angular version

18.0.5

PrimeNG version

18.0.0-beta.2

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

22.6.0

Browser(s)

No response

Steps to reproduce the behavior

https://v18.primeng.org/multiselect#basic

Expected behavior

https://primevue.org/multiselect/#basic

TaneliTuomola commented 1 day ago

Still present in version 18.0.0-beta.3

The p-placeholder class must be set to the p-multiselect-label element when the placeholder text is displayed. @cetincakiroglu