Is there a way to disable validation for a MultiFormStep if the user uses the Back button?
I have a scenario where a field on a particular step needs to be unique. If the user tries to enter a value that already exists in the database they need to go to the previous step and select that existing value. Currently the unique field still requires a value to use the Back button as it's still submitting the form.