We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a dropdown option is to long to be displayed entirely, it overflows the browser-window and doesn't break line
Screenshot:
Tested on MacOS Sonoma 14.3
https://stackblitz.com/edit/sdgdep?file=package.json
17.0.5
17.7.0
Angular CLI App
TypeScript
unknown
Firefox 122.0
No response
The dropdown options should wrap and be displayed entirely
The text was updated successfully, but these errors were encountered:
Hi,
You can use itemTemplate to customize as you wish, here is a basic example: https://stackblitz.com/edit/bmatbx-pykeza?file=src%2Fapp%2Fdemo%2Fdropdown-template-demo.html
Closing the issue since there isn't a bug or defect.
Sorry, something went wrong.
I still have this issue
@mehmetcetin01140 Thank you, it completely solved my problem.
No branches or pull requests
Describe the bug
If a dropdown option is to long to be displayed entirely, it overflows the browser-window and doesn't break line
Screenshot:
Environment
Tested on MacOS Sonoma 14.3
Reproducer
https://stackblitz.com/edit/sdgdep?file=package.json
Angular version
17.0.5
PrimeNG version
17.7.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
unknown
Browser(s)
Firefox 122.0
Steps to reproduce the behavior
No response
Expected behavior
The dropdown options should wrap and be displayed entirely
The text was updated successfully, but these errors were encountered: