stormseed / daykeep-calendar-quasar

A full event display calendar for the Quasar framework that has multiple viewing formats.
MIT License
270 stars 71 forks source link

TimeField and DateField components have error with QInput #59

Open stormseed opened 5 years ago

stormseed commented 5 years ago

When trying to edit an event, the TimeField and DateField components that combine the use of QInput and QDate / QTime are being passed a Javascript date object. The Quasar components however are expecting a string and are throwing a validation error on the passed in value.