Jacob Fletcher
Jacob Fletcher
This needs to be form-specific and not apply to all forms. To do this, add a `beforeValidate` hook to the `formSubmissions` collection via the plugin config. In here, check the...
It seems to be picking up keyboard events from inputs on the page, instead of it's own inputs. To recreate, go to `/login` and type in the fields or have...
You should be able to paste an entire key-value pair into the first input, and the form should automatically parse it out, i.e. `KEY=value` -> `KEY` and `value`
The `repositoryName` field is incorrectly appending the team name to the chosen repo name, i.e. `my-team-my-repo` instead of `my-repo`. This field will longer be saved to the db, so we...
## Description Updates auth example to use Payload 3.0 (integrated Payload + Next.js App Router). This PR _does not_ migrate heavily to React Server Components, however (this will come later)....
## Description Imports https://github.com/payloadcms/payload-admin-bar into monorepo. - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [x] Chore (non-breaking change which does...
## Description Imports https://github.com/payloadcms/plugin-password-protection into monorepo. - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [x] Chore (non-breaking change which does...
## Description Imports https://github.com/payloadcms/plugin-zapier into monorepo. - [x] I have read and understand the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository. ## Type of change - [x] Chore (non-breaking change which does...
## Description The `initPage` utility is able to be used outside the admin panel, however, the `redirectUnauthenticatedUser` flag was previously only able take the user to the _admin panel's_ login...
## Description Migrates the official Live Preview example 3.0 beta + newly released [server-side Live Preview](#6239). This PR also: - Migrates this example to pnpm - - [x] I have...