ng-wizard icon indicating copy to clipboard operation
ng-wizard copied to clipboard

How can i validate Step?

Open PoliGold opened this issue 4 years ago • 1 comments

I have to add a validation step before changing step to another? Can i capture event on nextButton click? Thank you nice work.

PoliGold avatar Nov 03 '20 13:11 PoliGold

Hi @PoliGold

you can use [canExit]="isValidFunctionReturnsBoolean.bind(this)" to validate before moving to next step .

NIKITA-2710 avatar Apr 19 '21 14:04 NIKITA-2710