Nested Profile & Security Settings
A deeply nested form with user profile, preferences, and security settings. Demonstrates conditional validation within nested objects, the computed.active property, and array fields with pattern validation.
Key Features
- 3+ levels of object nesting
if/theninside nested object (profile.type)computed.active— gender field disabled for age < 18- Nested notifications with boolean toggles
oneOfwith const for privacy selection- Array with regex pattern validation (backup codes)
minItems/maxItemsconstraints