Ding-Lyu / COMPSCI_732_APlus_32

A paper project for COMPSCI-732 at Auckland Uni.
0 stars 2 forks source link

TypeError when Date of Birthday is removed when registering #11

Open saaaaraaaah opened 3 years ago

saaaaraaaah commented 3 years ago

When I am in the process of registering and have entered a date of birth, when I press the x button in the date of birth field, this error comes up due to the field now being empty.

Screen Shot 2021-06-06 at 7 18 15 PM
Ding-Lyu commented 3 years ago

I think the problem is you pick up the date after 06/06/2021 as I see on the database, pls make sure the DOB is before the 06/06.

Cheers

2021年6月6日 下午7:19,saaaaraaaah @.***> 写道:

When I am in the process of registering and have entered a date of birth, when I press the x button in the date of birth field, this error comes up due to the field now being empty.

https://user-images.githubusercontent.com/55167268/120916144-f259e280-c6fb-11eb-9c15-13c1d7b94146.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Ding-Lyu/COMPSCI_732_APlus_32/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANITT2QQ2ENMDAMJPMCEOU3TRMORLANCNFSM46FSP6RQ.

saaaaraaaah commented 3 years ago

I think the problem is you pick up the date after 06/06/2021 as I see on the database, pls make sure the DOB is before the 06/06. Cheers

Nope, the same error pops up no matter the date. Although, being able to select a date after the current date is an issue too