Previous Button
premiumNavigate 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
| Property | Type | Default | Description |
|---|---|---|---|
formId | String | "default" | Must match the formId of your Multi-Step component. |
text | String | "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.