femanager icon indicating copy to clipboard operation
femanager copied to clipboard

[FEATURE REQUEST] Show client side validation messages underneath the input fields

Open derBoogie opened this issue 3 years ago • 0 comments

Hi, It would be nice to show the client side validation messages underneath the input fields.

In function femanagerValidation.writeErrorMessage the error message is injected by element.before(errorMessage); // add message. How can I override the writeErrorMessage function with element.parent().append(errorMessage); // add message ?

Regards TJ

derBoogie avatar Jul 10 '22 18:07 derBoogie