Daniel

Results 5 comments of Daniel

I am stumbling over this same issue right now. I also use the QCalendarMonth as a date picker [(like this)](https://codepen.io/Daniel-Willms/pen/ExdqgBe), but trying to create an example on codepen made me...

Like @Alhubing mentioned, you can set a callback-function as item-key and use it to get the index of the item or just return the String itself. have a look at...

For everyone with the same problem: I created a PR, which resolves this problem (in the `next` branch atleast). Problem was, that the composable for the mouse events was using...

It should be pretty straight forward, if you follow the demo you mentioned here. Add a class like "data-title" to your contextMenu and add the `.data-title` css from the demo...

I was having the same issue, tried a bit around and managed to get it working! **It's pretty hacky though, so use at own risk.** My goal was to make...