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

InputNumberModule: Variant "filled" is not applied #15885

Closed
cdillmann opened this issue Jun 24, 2024 · 0 comments · Fixed by #16060 · 4 remaining pull requests
Closed

InputNumberModule: Variant "filled" is not applied #15885

cdillmann opened this issue Jun 24, 2024 · 0 comments · Fixed by #16060 · 4 remaining pull requests
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@cdillmann
Copy link

Describe the bug

<p-inputNumber [maxFractionDigits]="0" [min]="1" [max]="10" id="inputId" mode="decimal" variant="filled" />

variant=filled is not applied.

Environment

composer.json:
"primeng": "^17.18.1",

Reproducer

No response

Angular version

17.1.3"

PrimeNG version

17.18.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.14.0

Browser(s)

all

Steps to reproduce the behavior

  1. See your documentation: https://primeng.org/inputnumber#filled , where the bug is visible already.

Expected behavior

The component is in "filled" style.

@cdillmann cdillmann added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jun 24, 2024
akshayaqburst pushed a commit to qburst/primeng_qb_6 that referenced this issue Jul 12, 2024
akshayaqburst pushed a commit to qburst/primeng_qb_6 that referenced this issue Jul 12, 2024
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jul 18, 2024
@cetincakiroglu cetincakiroglu added this to the 17.18.5 milestone Jul 18, 2024
@mehmetcetin01140 mehmetcetin01140 self-assigned this Jul 18, 2024
cetincakiroglu added a commit that referenced this issue Jul 18, 2024
Fixed #15885 - InputNumberModule: Variant filled is not applied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment