Skip to content
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

fix: #15885, InputNumberModule: Variant filled is not applied #16013

Closed
wants to merge 2 commits into from

Conversation

akshayaqburst
Copy link
Contributor

Defect Fixes

fix: #15885, InputNumberModule: Variant filled is not applied

Copy link

vercel bot commented Jul 12, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Jul 12, 2024 10:04am

Copy link
Contributor

@cetincakiroglu cetincakiroglu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change requested.

@@ -98,6 +98,7 @@ export const INPUTNUMBER_VALUE_ACCESSOR: any = {
[attr.data-pc-section]="'input'"
pAutoFocus
[autofocus]="autofocus"
[class.p-variant-filled]="variant == 'filled'"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In here, could you please also check the inputStyle signal in config? As an example, you can check autocomplete component:

get multiContainerClass() {

@cetincakiroglu cetincakiroglu added the Resolution: Needs Revision The pull request can't be merged. Conflicts need to be corrected or documentation and code updated. label Jul 18, 2024
@cetincakiroglu
Copy link
Contributor

Hi,

To make the process faster and include the fix for this issue to the 17.18.5 release today. We've fixed the issue in: #16060

Thanks a lot for the effort and support!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Needs Revision The pull request can't be merged. Conflicts need to be corrected or documentation and code updated.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InputNumberModule: Variant "filled" is not applied
2 participants