The IncomeDetails modal ontesting accepts as a valid non-monetary contribution even though space character(s) is not valid for any other required fields. In the screenshot below, this is the blank non-monetary contribution.
On the Contributions view, seems to trigger the proper alerts, as shown in the screenshot, where the user has entered one space char in the field.
Solution
When the non-monetary contribution field contains only space characters, show the same alert as would be shown if the field were blank. Don't accept only space chars as a valid contribution or add to the list of non-monetary contributions.
Problem
The
as a valid non-monetary contribution even though space character(s) is not valid for any other required fields. In the screenshot below, this is the blank non-monetary contribution.
IncomeDetails
modal ontesting
acceptsOn the
seems to trigger the proper alerts, as shown in the screenshot, where the user has entered one space char in the field.
Contributions
view,Solution
When the non-monetary contribution field contains only space characters, show the same alert as would be shown if the field were blank. Don't accept only space chars as a valid contribution or add
to the list of non-monetary contributions.