We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ type: 'text', name: 'textField', admin: { condition: (props) => { return { someObject: true } }, }, },
Having a field like this causes the condition function to endlessly run over and over again.
Yes, you are supposed to return a boolean, but I still find it weird that returning an object is causing this to happen.
This issue was found in #4410
2.5.0
The text was updated successfully, but these errors were encountered:
@patricsgamma I've created a new issue for #4410 if you're interested in following it
Sorry, something went wrong.
This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.
AlessioGr
Successfully merging a pull request may close this issue.
Describe the Bug
Having a field like this causes the condition function to endlessly run over and over again.
Yes, you are supposed to return a boolean, but I still find it weird that returning an object is causing this to happen.
This issue was found in #4410
Payload Version
2.5.0
The text was updated successfully, but these errors were encountered: