-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change input type=number in send and recieve amount (#242)
* change input type to number * styled to remove up and down arrow * create min amount * move styling in css * add zero and negative error catches * typos * linter * add mutiny toaster * remove import * replace typeof after operand * remove comment * remove comment * typeof amount typo * return input to empty string * reset setAmount for non-numbers * I guess zero-amount invoices area thing * I guess zero-amount invoices area thing * I guess zero-amount invoices area thing * cover all edge cases better * remove now unused styling * allow users to input commas for tracking larger numbers better * remove min for text type * remove unused classes
- Loading branch information
Showing
2 changed files
with
32 additions
and
15 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
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