bafnetwork/baf-wallet-v2

Form validation

Open

#56 opened on May 3, 2021

 (1 comment) (0 reactions) (2 assignees)TypeScript (0 forks)auto 404
good first issuesecurity

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

None of the forms in the UI are receiving any kind of validation to make sure the input it's being given is sane. For instance:

invalid amount in send form

Or perhaps the user being able to enter invalid names into the create account form

Contributor guide