AntiPattern
Form Validation Shape Mismatch
form-state-validation-shape-mismatch
Form validation and submission fail because form-state/errors shapes and input population mechanisms don’t match the consuming code—object vs array errors, numeric parsing, missing name wiring, and mutated payloads cause validation to be skipped or misapplied.