SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js

Home Page:https://adminjs.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Calendar strange rendering

vogloblinsky opened this issue · comments

Contact Details

No response

What happened?

Editing an input with datetime, i have this first rendering that looks great, but when i click on the next arrow, the top right corner rendering looks strange.

@Column({ type: 'timestamp', default: () => 'CURRENT_TIMESTAMP' })
public start_datetime: Date;

image
image

Bug prevalence

Everytime

AdminJS dependencies version

"@adminjs/express": "^6.1.0",
"@adminjs/leaflet": "^2.0.0",
"@adminjs/nestjs": "^6.1.0",
"@adminjs/relations": "^1.0.0",
"@adminjs/typeorm": "^5.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/typeorm": "^10.0.1",
"adminjs": "^7.4.0",
"express-formidable": "^1.2.0",
"express-session": "^1.17.3",
"geojson": "^0.5.0",
"pg": "latest",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"

What browsers do you see the problem on?

Chrome

Relevant log output

No response

Relevant code that's giving you issues

No response