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
I'm currently creating a UI with PrimeNG 19 and noticed that the
size="small"
attribute in component has no effect.
<p-datepicker size="small" /> <p-datepicker size="large" />
These two date pickers have the same size.
You can also confirm this error at the component demo: https://primeng.org/datepicker#sizes,
Tested with latest Edge release 130.0.2849.123. I don't have any other browsers available.
No response
https://primeng.org/datepicker#sizes
Just a vanilla Angular project
19
v19
20
Microsoft Edge
Add two components:
Both have the same size.
The date picker should have different sizes.
The text was updated successfully, but these errors were encountered:
mehmetcetin01140
No branches or pull requests
Describe the bug
I'm currently creating a UI with PrimeNG 19 and noticed that the
size="small"
attribute in component has no effect.
These two date pickers have the same size.
You can also confirm this error at the component demo: https://primeng.org/datepicker#sizes,
Tested with latest Edge release 130.0.2849.123. I don't have any other browsers available.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://primeng.org/datepicker#sizes
Environment
Just a vanilla Angular project
Angular version
19
PrimeNG version
v19
Node version
20
Browser(s)
Microsoft Edge
Steps to reproduce the behavior
Add two components:
Both have the same size.
Expected behavior
The date picker should have different sizes.
The text was updated successfully, but these errors were encountered: