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
Some of react-final-form FieldProps props are not sanitized in react-admin inputs. For example:
FieldProps
<BooleanInput allowEmpty label="Can edit?" source="canEdit" beforeSubmit={() => false} // <-- Throws error />
The text was updated successfully, but these errors were encountered:
Thanks for reporting
Sorry, something went wrong.
Fix warning when passing FieldProps to Input components
d2f8b74
Closes #5288
541b7e4
Closes marmelab#5288
fzaninotto
Successfully merging a pull request may close this issue.
Some of react-final-form
FieldProps
props are not sanitized in react-admin inputs.For example:
The text was updated successfully, but these errors were encountered: