-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p-dropdown content position out of bounds #14162
Comments
I can confirm this. One question, @stephanebouget do you maybe use Dropdown item I pick below which is If I don't put Optional Chaining operator ( Without Optional Chaining operator, result at Console Error: Sorry, if I mix "apples and oranges", could be a different task, but it's same component. |
@eXpertise7 Yes I use pTemplate, but I think it's a different issue. You can create onother one |
@eXpertise7 have same issues |
You don't need to specify optionValue along with optionLabel anymore, when optionLabel and optionValue are specified together the component omits the object and focuses on value, that's why template receives the value of the item instead of the item object. |
Well, when I don't specify I'm just more confused, already read other new issues:
I don't know what I should do, what ever I do it doesn't work as before. I'm going to wait and see what you guys are going to decide on the other two opened issues. I appreciate all the work done by PrimeNG Team and open sources that help here, but ideally stuff should work in the way how Angular Team does, without breaking current applications. But, but. Still, thanks for the explanation. |
Describe the bug
If dropdown is positionned at bottom of a page, content is displayed below the dropdown so it's cutted off :
before, dropdown content was displayed above the dropdown element :
Environment
16.8.0
Reproducer
No response
Angular version
16
PrimeNG version
16.8.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16
Browser(s)
No response
Steps to reproduce the behavior
https://stackblitz.com/edit/zy6kzt-jc5fst?file=src%2Fapp%2Fdemo%2Fdropdown-reactive-forms-demo.ts,src%2Fapp%2Fdemo%2Fdropdown-reactive-forms-demo.scss,src%2Fstyles.scss,src%2Fapp%2Fdemo%2Fdropdown-reactive-forms-demo.html
Expected behavior
No response
The text was updated successfully, but these errors were encountered: