Loading...
captures the submit event of the nested form and sends it to MagicFormProvider
<MagicForm> <form action="user
<MagicForm onChangeState={event=>{ console.
"ChangeState"
Dispatched when status changes from provider
{bubbles: false, composed: false}
state
Read only, Current status submission of the form
Object
action
Defines the action to dispatch, if not defined it can be inherited from the
tag
String
interface MagicFormActionStatus{ result?:any, timestamp?: number, status: "pending" | "fulfilled" | "rejected" }