-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the
TokenBalanceInput
component
We should not truncate the trailing zeros in the deposit amount input so aggressively. Best way to handle this is to use `inputValue` instead an `amount`. The `inputValue` value is of type string so we will not truncate zeros as it was done using `fixedPointNumberToString`. However, a `bigint` value will still be passed to the form values.
- Loading branch information
1 parent
ff3cc86
commit dbe9ad9
Showing
1 changed file
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters