You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After trying to customize the config for a field by adding a errorPlacement callback, we noticed that it's not behaving the way it should and in fact it's throwing an error before even being able to access the callback.
To Reproduce
Steps to reproduce the behavior:
Add a valid field to the config
Add an errorPlacement callback function to the field
See console error
Expected behavior
Config should correctly run the errorPlacement callback function.
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
After trying to customize the config for a field by adding a
errorPlacement
callback, we noticed that it's not behaving the way it should and in fact it's throwing an error before even being able to access the callback.To Reproduce
Steps to reproduce the behavior:
errorPlacement
callback function to the fieldExpected behavior
Config should correctly run the
errorPlacement
callback function.Screenshots
The text was updated successfully, but these errors were encountered: