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

Unstyled Prop Doesn't Work For InputNumber Component #6929

Closed
mevlutcantuna opened this issue Jul 26, 2024 · 1 comment · Fixed by #6930, leoo1992/GeradorQRCode#80 or leoo1992/GeradorQRCode#85 · May be fixed by mtech-31-quemistry/quemistry_client_web#20
Assignees
Labels
Component: Unstyled Issue related to unstyled/passthrough attributes Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@mevlutcantuna
Copy link

Describe the bug

When i pass the unstyled prop to inputnumber component, the component still keep its initial styles.

Reproducer

https://stackblitz.com/edit/erp3b7-qbfuqj?file=src/App.jsx

PrimeReact version

Latest

React version

18.x

Language

TypeScript

Build / Runtime

Create React App (CRA)

Browser(s)

Chrome

Steps to reproduce the behavior

Give unstyled prop to inputnumber component

Expected behavior

inputnumber component shouldn't keep its initial styles

@mevlutcantuna mevlutcantuna added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 26, 2024
@melloware melloware added Component: Unstyled Issue related to unstyled/passthrough attributes Type: Bug Issue contains a defect related to a specific component. 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 26, 2024
@melloware melloware self-assigned this Jul 26, 2024
@melloware melloware added this to the 10.7.1 milestone Jul 26, 2024
melloware added a commit to melloware/primereact that referenced this issue Jul 26, 2024
@melloware
Copy link
Member

This was in quite a few places...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment