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
Since antd does not appear to support validation for form fields it means the validation has to made after form submission.
However without direct access to the form it is impossible to update the form with a message about failed validation.
If you could expose the call interface to the 'required_message' mechanism (or something similar) we could use this to feedback validation messages to the user.
Currently I'm using Notification to do this but obviously that message appears in the top right of the screen and disappears after a few seconds.
The text was updated successfully, but these errors were encountered:
Since antd does not appear to support validation for form fields it means the validation has to made after form submission.
However without direct access to the form it is impossible to update the form with a message about failed validation.
If you could expose the call interface to the 'required_message' mechanism (or something similar) we could use this to feedback validation messages to the user.
Currently I'm using Notification to do this but obviously that message appears in the top right of the screen and disappears after a few seconds.
The text was updated successfully, but these errors were encountered: