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

🐞 - Number should ignore [decimalSeparator] value if [precision]=0 #1907

Open
2 of 9 tasks
nsbarsukov opened this issue Dec 19, 2024 · 0 comments
Open
2 of 9 tasks
Labels
bug Something isn't working P1 This issue has high priority scope: kit Related to @maskito/kit

Comments

@nsbarsukov
Copy link
Member

Which package(s) are the source of the bug?

@maskito/kit

Playground Link

https://maskito.dev/kit/number/API?precision=0&thousandSeparator=.

Description

  1. Open https://maskito.dev/kit/number/API?precision=0&thousandSeparator=. ([decimalSeparator]'s default value equals to point too).
  2. Enter 1234

Expected: 1.234
Actual: 1

Maskito version

3.2.0

Which browsers have you used?

  • Chrome
  • Firefox
  • Safari
  • Edge

Which operating systems have you used?

  • macOS
  • Windows
  • Linux
  • iOS
  • Android
@nsbarsukov nsbarsukov added bug Something isn't working P1 This issue has high priority scope: kit Related to @maskito/kit labels Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 This issue has high priority scope: kit Related to @maskito/kit
Projects
None yet
Development

No branches or pull requests

1 participant