How can I achieve this when a user goes to Step 2 he should not be able to go back on step 1 and also once step 1 is completed the icon should change to tick instead of number. Please let me know if you have any reference for this. Thanks in advance
Hello @Siddharth Vyas,
You can use an If inside icon placeholder of WizardItem and place the tick icon inside true and number inside false. Then you use a variable to control the If.
Regards,
Aman Singh Rajput
Hi @Siddharth Vyas
Use If in a wizard to show the completed and number icon.
Also, it would help if you created a boolean-type local variable for each step and checked if all mandatory fields are filled. Use this local variable in If conditions.