-
Notifications
You must be signed in to change notification settings - Fork 243
Validation not being triggered on back #252
Comments
In my case the back button is not validating as well.
Thanks |
@minasm I'm not using Once I use |
@davidnoguerol @minasm Just add the prop on the wizard |
@cristijora |
hmm apparently I have a different error somewhere. I wish there was an option to have different validations as you may not want to run the same method on the back and previous buttons. |
I still have this error. It validates on button back.. but not in previous step circle. |
same. still it doesn't validate on back |
@cristijora I tried to create a method. But when clicking on the back button the application does not block. Could you help me to solve this problem? Thank you very much in advance! |
This is a continuation of #12
When you click on a circle of a previous step (instead of the back button) and :validateOnBack="true", it doesn't try to validate on the current step. But if you click on the back button, then it triggers the validation.
Shouldn't it validate in both cases? @cristijora is this something you could advise on?
Thanks in advance.
The text was updated successfully, but these errors were encountered: