Oh it’s an morphdom issue morphdom vs. named fields
morphdom vs. named fields
<input name="id">results in the surrounding form being duplicated rather than replaced.
This is because if such a field exists within a form,form.idreturns that DOM node rather than the form’sidattribute value.
getNodeKey (
Function(node)) - Called to get theNode’s unique identifier. This is used bymorphdomto rearrange elements rather than creating and destroying an element that already exists. This defaults to using theNode’sidproperty. (Note that form fields must not have anamecorresponding to forms’ DOM properties, e.g.id.)






















