DavidGolodetsky / GeekScore

A PWA for board games fans. It allows you to store your games, create teams, and collect statistics. It's built with MEVN stack, using Vue.js 2 and Vuetify.
https://geekscore.herokuapp.com
MIT License
8 stars 33 forks source link

Add validation on future dates #190

Closed DavidGolodetsky closed 2 years ago

DavidGolodetsky commented 3 years ago

Actual: User can select a future date for a round result

image

Expected: Prevent user from selecting a future date for a round result by disabling them.

Tech notes: Take a look at allowed-dates prop

siddhantdixit commented 3 years ago

@DavidGolodetsky Can I work on this?

DavidGolodetsky commented 3 years ago

Sure, good luck and thx for the help!

DavidGolodetsky commented 2 years ago

@siddhantdixit hey, do you still want to be assigned to this issue?