Max value of number input widget

Summary

The max value of number input is (1<<53) - 1, is there anyway to disable that? The current range is just too small for my code.
So if I try to enter 18446744073709551615, then the widget will only show 18446744073709552000, and the -/+ button will stop functioning.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.