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
As a [user], in order to enter amounts for The amount of money I'm willing to pay in fees, if any, I need an example to format an amount, whether to prefix with a $ or show decimal places
[Description, background context, or implementation details]
If $ is an invalid character a description should advise the user and possible show an example
Acceptance criteria
[Define what kind of input is acceptable and provide an example ]
[Show a $ to the left of the field so the user does not attempt to add one]
[ ]
[The expected format of fee amount is confusing to user]
Expected Behavior
User should be able to add amounts preceded by $ or $ should show to the left of the field.
Actual Behavior
I started by entering $0.05. then $300.00 and the form threw an error.
Finally it accepted the integer 300.
As a [user], in order to enter amounts for The amount of money I'm willing to pay in fees, if any, I need an example to format an amount, whether to prefix with a $ or show decimal places
[Description, background context, or implementation details]
If $ is an invalid character a description should advise the user and possible show an example
Acceptance criteria
[The expected format of fee amount is confusing to user]
Expected Behavior
User should be able to add amounts preceded by $ or $ should show to the left of the field.
Actual Behavior
I started by entering $0.05. then $300.00 and the form threw an error.
Finally it accepted the integer 300.
Steps to reproduce the behavior
FOIA.pdf
The text was updated successfully, but these errors were encountered: