[Bug Report] v-calendar incompatible model value
See original GitHub issueVersions and Environment
Vuetify: 1.5.2 Vue: 2.6.6 Browsers: Chrome 72.0.3626.109 OS: Mac OS 10.14.3
Steps to reproduce
Click on any date on the calendar. The console displays the following message:
Invalid prop: type check failed for prop 'value'. Expected String with value '[object Object]', got Object
If you modified the start value before clicking on any day, you’ll also see that the value is being reset.
Expected Behavior
Emit the expected click event without the start value being reset.
Actual Behavior
No event is emitted, and the start value resets.
Reproduction Link
https://codepen.io/MarinaGranell/pen/mvogey?&editable=true&editors=101
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Laurence Tratt: A Week of Bug Reporting
Reporting bugs in someone else's software is different from finding and fixing bugs in one's own code, because we understand those other systems ......
Read more >Issues for Date iCal | Drupal.org
Title Status Priority Category Versi...
PHP 7 support with iCalcreator class Closed (fixed) Normal Bug report 7.x‑3...
Compatibility problems with Outlook? Closed (works as designed)...
Read more >RFC 4791: Calendaring Extensions to WebDAV (CalDAV)
This document proposes a way to model calendar data in WebDAV, ... MUST report the DAV: collection and CALDAV:calendar XML elements in the...
Read more >Capture and read bug reports - Android Developers
A bug report contains device logs, stack traces, and other diagnostic information to help you find and fix bugs in your app.
Read more >Report a problem with the Visual Studio product or installer
Closed - Lower Priority To focus on bringing each of you in our developer community the best value, we prioritize issues with the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry to comment on a closed issue, but I am currently using vuetify@1.5.0 and I am still getting the exact same error on every browser. Has the fix been added to the patch?
@tfprado Having the same issue with vuetify@1.5.2, upgrade to 1.5.9 helped. Now works fine