Martin
Martin
So the best solution right now is this I guess: ``` var options = { placeholder: 'hh:mm:ss', translation: { 2: {pattern: /[0-2]/}, 3: {pattern: /[0-3]/}, 5: {pattern: /[0-5]/}, 9: {pattern:...
Any update on this, or is it a totally abandon idea? In the discussion, there is a temporary solution with a workaround, but I can not make it work :/...
I was thinking of doing it myself, with very simple drag and drop functions. When the drag happens, it will save all the necessary information that is possible to retrieve...
That is exactly it, thanks :) Here is my proof of concept. It needs a lot of cleaning and refactoring, but it is working as a very simple drag and...
If you will be digging in it, would it be possible to add an option for event, that would skip some days? Like start from Friday to Monday, but ignore...
Can confirm that `dateFromPoint` works as intended now. How about the gradient feature in the color? That would be very fancy. But you are right, I was thinking it would...
@vkurko Not sure if I can take the credit for the bug :D But no problem. I am glad I could help and that you are so active :) I...
Will try, thanks, I was trying to do it directly via event args. Not sure why I didnt think about it ... Edit: Of course it works. Very simple check...
@vkurko Will do, probably on Monday. And what do you think about the color as gradient? Would that be too much pain? I was thinking to abuse that for progress...
> This should be fixed in Event Calendar v3.3.0. Please check. Working as intended now :) Thanks for the updates.