Martin Bednarik

Results 3 issues of Martin Bednarik

### Steps to reproduce 1. Start postgresql server: `docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres --name db postgres:13` 2. Start odoo: `docker run -p 8069:8069 --name odoo --link...

Closes https://github.com/aboveyunhai/chakra-dayzed-datepicker/issues/33

Hi, we customized the datepicker to support a custom day button renderer along with event handlers on month view change, in order to accommodate our internal company needs. Is this...