CityOfBoston / Iterators

Repo to host files and manage issue tracking and QA tetsing.
0 stars 0 forks source link

Some fields accept negative values #176

Closed andrebtlima closed 3 years ago

andrebtlima commented 4 years ago

Two different fields (see screen captures) accept a negative number value . One is on the month of birth and there is no reason for a negative number to be allowed. When you get to the botton of the page you cannot move forward without changing the date. The fix is to remove the negative value and only accept whole numbers from 1-12. The third is on the ZIP code, which have some carrots to move the numbers up and down, to increase or decrease the ZIP code. However, the ZIP code also can't be a negative number so that fix is to remove the ability to place a negative number in the field.

2020-09-25_14-59-19 2020-09-25_14-50-54
jimmurphy-boston commented 3 years ago

Looks good on staging, I will close this