SwiftUIKit
SwiftUIKit copied to clipboard
CurrencyTextField should use decimal rather than double
given this is dealing with financial data should really use Decimal to ensure no loss of precision for large values or for currencies that commonly use large values eg. yen, Indonesian rupiah etc.