-
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.
The amount field consisted of a group of hidden radio inputs and a text field. The problems with this are: - It's not clear to the donor what type of field they're interacting with. - When the donor has filled out the custom amount or has come from a banner or email with a value that isn't covered by one of the radio fields it's hard to see that the amount they want to donate is in the custom amount. This commit changes the following: - Make the radio inputs visible, making it clearer to the donor that the field group they're interacting with is a radio field. - Add a visual only radio input over the text field to make it more visually consistent with the other inputs in the field group and make it more clear when the inputted amount is custom. Ticket: https://phabricator.wikimedia.org/T375380
- Loading branch information
Showing
2 changed files
with
50 additions
and
17 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