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
Occurrs after the focus leaves the dropdown.
No response
https://stackblitz.com/edit/github-tnilcrnz?file=src%2Fapp%2Fapp.component.html
19
v19
Select a value in dropdown, click somwher else to move focus => float label overlaps selected value
float label stays above field
The text was updated successfully, but these errors were encountered:
Can be resolved by importing SelectModule instead of DropdownModule and renaming p-dropdown to p-select.
SelectModule
DropdownModule
p-dropdown
p-select
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Occurrs after the focus leaves the dropdown.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-tnilcrnz?file=src%2Fapp%2Fapp.component.html
Environment
Angular version
19
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Select a value in dropdown, click somwher else to move focus => float label overlaps selected value
Expected behavior
float label stays above field
The text was updated successfully, but these errors were encountered: