python-adminui icon indicating copy to clipboard operation
python-adminui copied to clipboard

Is it possible to expose the callback mechanism for the 'required_message' for forms and modal forms

Open jwag59 opened this issue 3 years ago • 0 comments

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.

jwag59 avatar Jun 17 '22 13:06 jwag59