primefaces / primeng

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

Fix #14954 Dropdown head is empty when no selected option provided #15383

Closed tal-ladi closed 3 days ago

tal-ladi commented 2 weeks ago

fixes https://github.com/primefaces/primeng/issues/14954

  1. Generate the :nbsp; when a no value is provided as done in the none templated version.
  2. Set the placeholder to have the floating-label value when a floating label is provided to adjust the dropdown width to fit the floating label value
vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **primeng** | ⬜️ Ignored ([Inspect](https://vercel.com/primetek/primeng/912ueg8Bb6gwWDpCS9iqsVRaFxjb)) | [Visit Preview](https://primeng-git-fork-tal-ladi-issue-14954-primetek.vercel.app) | | May 9, 2024 8:27am |
cetincakiroglu commented 3 days ago

Hi,

Thanks a lot for the effort and support!