You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FormNode: {form scope name} as alternative to {formContext name}
The scope keyword (placed before the form name) makes {form} skip the
<form> tag emission while still pushing the form on the stack, so
{input}/{label}/{inputError} resolve against it. Semantically identical
to {formContext}, but stays with the canonical {form} tag.
0 commit comments