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

[NumericTextBox] Stepping issue with very small numbers (e.g., stepsize 0.00000006) #4360

Open
yanmariomenev opened this issue Jul 17, 2024 · 0 comments

Comments

@yanmariomenev
Copy link
Contributor

Describe the bug
It appears that our stepping functionality breaks when the step property is set to a small decimal number exceeding seven decimal places. This issue seems to stem from how JavaScript handles numbers, similar to numeric input. Internally, our component should manage such decimal steps effectively.

To Reproduce
Open and try to use arrow keys or scroll wheel in the first NumericTextBox - https://stackblitz.com/edit/angular-tsenbo-czg3u3?file=src%2Fapp%2Fapp.component.ts

Screen.Recording.2024-07-17.at.9.02.40.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant