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
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.
The text was updated successfully, but these errors were encountered:
When trying to edit an event, the
TimeField
andDateField
components that combine the use ofQInput
andQDate
/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.The text was updated successfully, but these errors were encountered: