Realtime Validation
Live feedback on every keystroke. Password strength indicator and character counter.
Form validation patterns with Superforms v2 + Valibot v1.
Live feedback on every keystroke. Password strength indicator and character counter.
validationMethod: 'oninput' is appropriate for live-feedback scenarios like password strength and character counters. For standard text fields, use the default 'auto' (validates on blur) to avoid frustrating users with premature errors.