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

InputNumber: Typo in Code Example #3118

Closed
whatever555 opened this issue Jul 30, 2022 · 0 comments · Fixed by #3119
Closed

InputNumber: Typo in Code Example #3118

whatever555 opened this issue Jul 30, 2022 · 0 comments · Fixed by #3119
Assignees
Labels
Component: Documentation Issue or pull request is related to Documentation
Milestone

Comments

@whatever555
Copy link
Contributor

Describe the bug

There is a small typo in the code examples for ``nputNumber`:

<InputNumber value={value2} onValueChange={(e) => setValue2(e.value)} mode="decimal" minFractionDigits={2} maxFracionDigits={2} />   

should be:

<InputNumber value={value2} onValueChange={(e) => setValue2(e.value)} mode="decimal" minFractionDigits={2} maxFractionDigits={2} />   

Reproducer

No response

PrimeReact version

5.14.2

React version

17.x

Language

ALL

Build / Runtime

Create React App (CRA)

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@whatever555 whatever555 added Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible Type: Bug Issue contains a defect related to a specific component. labels Jul 30, 2022
@melloware melloware added Component: Documentation Issue or pull request is related to Documentation and removed Type: Bug Issue contains a defect related to a specific component. Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jul 30, 2022
@melloware melloware added this to the 9.0.0 milestone Jul 30, 2022
@melloware melloware linked a pull request Jul 30, 2022 that will close this issue
@mertsincan mertsincan modified the milestones: 9.0.0, 8.4.0 Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Documentation Issue or pull request is related to Documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants