Bryan

Results 10 comments of Bryan

800 does not exist for source code pro, do you mean 900 instead?

Something like this, week numbers on the left / right ![image](https://github.com/user-attachments/assets/9d4896d4-a0ab-4308-9ac4-8ab05db58532)

> I currently have a (bad) workaround for this. I simply split up my script from my vue file and just import it in the vue file, for example: >...

I guess... anyone has to fork this project

Schema is required...

Duplicate of https://github.com/primefaces/primevue/issues/7632

Duplicate of https://github.com/primefaces/primevue/issues/7632

@mertsincan I figured it out, it only works if you add placeholder to it, otherwise it doesn't. Can you take a look?

@tomosterlund just wondering, because I'm also waiting for this FR, any eta this will be implemented in the next few months? I use the calendar app for employee time (hour)...

https://github.com/primefaces/primeuix/blob/main/packages/utils/src/eventbus/index.ts#L35 using slice and map together is slow... it will not affect the memory leak but this could be better so use ```handlers.forEach((handler) => handler(evt)); ``` instead.