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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug caused by Typo in reactdatagrid/community-edition/packages/NumericInput/src /NumberInput.tsx #410

Open
LeadDreamer opened this issue Mar 4, 2024 · 1 comment

Comments

@LeadDreamer
Copy link

  • what edition are you using - community / enterprise
  • version for @inovua/reactdatagrid-communityor @inovua/reactdatagrid-enterprise -

Relevant code or config

What you did:

What happened:

Reproduction repository:

Problem description:

Suggested solution:

@LeadDreamer
Copy link
Author

Community repository
Specifically reactdatagrid/community-edition/packages/NumericInput/src /NumberInput.tsx
Lines 298-302
let min = props.mim;
if (min === undefined && !props.allowNegative) {
min = 0;
}

NOTE: first line defines min as props.mim - note the "m". There is no other reference in the repository to props.mim or mim

Probably affects use of the allowNegative prop

@LeadDreamer LeadDreamer changed the title Typo in reactdatagrid/community-edition/packages/NumericInput/src /NumberInput.tsx Bug caused by Typo in reactdatagrid/community-edition/packages/NumericInput/src /NumberInput.tsx Mar 7, 2024
@LeadDreamer LeadDreamer changed the title Bug caused by Typo in reactdatagrid/community-edition/packages/NumericInput/src /NumberInput.tsx 馃悰 Bug caused by Typo in reactdatagrid/community-edition/packages/NumericInput/src /NumberInput.tsx Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant