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

🐛 Numberbox format notwork when precision bigger then 4 #1079

Closed
FourLeafTec opened this issue Jul 2, 2024 · 0 comments · Fixed by #1080
Closed

🐛 Numberbox format notwork when precision bigger then 4 #1079

FourLeafTec opened this issue Jul 2, 2024 · 0 comments · Fixed by #1080
Labels
bug Something isn't working

Comments

@FourLeafTec
Copy link
Contributor

Describe the bug
Use NumberBox to input 0.0001 and set precision, it will format display to 0

To Reproduce

NumberBox(
  precision:4,
  value:0.0001,
  onChanged:(){},
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants