Closed redDwarf03 closed 1 month ago
formatNumber return double with , thousand separator but textfield manage blank separator Replace formatNumber(precision: 8) to swap.tokenSwappedAmount.formatNumber(precision: 8).replaceAll(',', ' '),),
formatNumber
,
formatNumber(precision: 8)
swap.tokenSwappedAmount.formatNumber(precision: 8).replaceAll(',', ' '),),
No response
Describe the problem you discovered
formatNumber
return double with,
thousand separator but textfield manage blank separator ReplaceformatNumber(precision: 8)
toswap.tokenSwappedAmount.formatNumber(precision: 8).replaceAll(',', ' '),),
Describe the solution you'd like
No response
Epic
No response