You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2022. It is now read-only.
on the "Send Ether" page, the user is not prevented from entering the following values for the "Amount" input field:
invalid characters like "+-eE,"
invalid use of decimal point like "0.0.0"
negative values like "-1"
And it doesn't display any error tooltip for the "Amount" input field (like "Please enter a valid amount") until after they've entered a value for the "To" input field that the form considers to be valid.
Is there an opportunity to prevent the user from entering invalid input values similar to what we did for the Balance input field of polkadot-js/apps polkadot-js/apps#144?