AntiPattern
Form State Wiring Failures
form-state-wiring-failures
Input fields fail to update form state because event handlers depend on missing or mismatched attributes (e.g., name), asynchronous state changes, and misused error shapes, causing submit, validation, and dependent effects to behave incorrectly.