Previous Button

premium

Navigate to the previous step in a multi-step form.

Overview

The Previous Button navigates back to the previous step without triggering validation. Auto-hides on the first step.

Properties

PropertyTypeDefaultDescription
formIdString"default"Must match the formId of your Multi-Step component.
textString"Previous"Button label text.

Features

  • Navigates back without validation
  • Auto-hides on the first step
  • Custom component mode

Tips

Place alongside the Next button for a complete navigation UI.

Related components