Stepper Component in React
Hi,
I have a problem with the stepper component, the formik validation error messages do not appear under the field. example: name required.
In the preview, the messages appear, but when running locally the messages do not appear. What can I do?
Another question is about the users module, which included a table model, which was promised to be released this week and was not released.
Thank you, I look forward to hearing back
Replies (2)
Hi,
-
Stepper: I've just checked it locally and an error message works fine. Try to check code again, you have to implement validationSchema for the Formik and use ErrorMessage component for your field.
-
User-Module for the React version is in the Review status now. We are going to release it in the versions (v8.037-38).
Regards, Keenthemes support
Hi,
-
Fixed the "error", the class of error messages had been changed in one of the last updates.
-
I'm looking forward to this, it will solve some of my problems.
Thanks.