forked from paritytech/polkadot-testnet-faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Form can be valid regardless of order filling out (#28)
## Goal This adjusts the faucet form validation to allow the submit button to be enabled regardless of the order of clicking captcha or filling in an address. Address validation isn't performed until `focusout` fires. A little trickier to fix than at first blush. Also did a yarn update to fix a browserslist warning. Thanks to @JoeCap08055 for the nudge to turn this into an issue. Closes #27
- Loading branch information
1 parent
6d9f72a
commit e2b45b8
Showing
4 changed files
with
207 additions
and
318 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
Oops, something went wrong.