-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
area: uiRelated to the admin panel.Related to the admin panel.status: needs-triagePossible bug which hasn't been reproduced yetPossible bug which hasn't been reproduced yet
Description
Describe the Bug.
Form UI Issue on input job
Reproduction Steps
payload job form

Environment Info
"@payloadcms/db-mongodb": "3.50.0",
"@payloadcms/next": "3.50.0",
"@payloadcms/payload-cloud": "3.50.0",
"@payloadcms/richtext-lexical": "3.50.0",
"@payloadcms/ui": "3.50.0",
payload:
image: node:22
container_name: payload
expose:
- 3000
volumes:
- ${WORKSPACE}/payload:/home/node/app
working_dir: /home/node/app/
command: sh -c "corepack enable && corepack prepare pnpm@latest --activate && pnpm install && pnpm dev"
depends_on:
- mongo
Metadata
Metadata
Assignees
Labels
area: uiRelated to the admin panel.Related to the admin panel.status: needs-triagePossible bug which hasn't been reproduced yetPossible bug which hasn't been reproduced yet