You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation of NumericTextBoxComponent, value field that's specifying the value of NumericTextBox has a Number data type.
In our applications, we need to have bigger precision than that data type ensure (e.g. for currency exchange rates) and have to ability to localize (so formatting and parsing numbers) to different languages.
I know that you rejected similar issue #704 some time ago, but maybe after few years later, you changed your mind and now you can provide your implementation of new or changed component that can store very big numbers (e.g using https://github.com/MikeMcl/decimal.js under the hood or suchlike).
Thanks.
The text was updated successfully, but these errors were encountered:
Thank you for the suggestion. Can you please, add your vote & comments to the existing feature request for BigInt?
It might make sense to merge both requests, provided we have an option to convert from decimal to BigInt.
There's also a TC39 proposal for Decimal/BigDecimal. Ideally, we should use a a polyfill based that could eventually be removed. See MikeMcl/bignumber.js#256
at the moment the implementation of this enhancement has not been added to our short term development plans. We will keep tracking the demand for it in the related feedback portal item.
In the current implementation of
NumericTextBoxComponent
,value
field that's specifying the value ofNumericTextBox
has a Number data type.In our applications, we need to have bigger precision than that data type ensure (e.g. for currency exchange rates) and have to ability to localize (so formatting and parsing numbers) to different languages.
I know that you rejected similar issue #704 some time ago, but maybe after few years later, you changed your mind and now you can provide your implementation of new or changed component that can store very big numbers (e.g using https://github.com/MikeMcl/decimal.js under the hood or suchlike).
Thanks.
The text was updated successfully, but these errors were encountered: