MCPcopy Create free account
hub / github.com/WebDevSimplified/react-multistep-form / onSubmit

Function onSubmit

src/App.tsx:45–49  ·  view source on GitHub ↗
(e: FormEvent)

Source from the content-addressed store, hash-verified

43 ])
44
45 function onSubmit(e: FormEvent) {
46 e.preventDefault()
47 if (!isLastStep) return next()
48 alert("Successful Account Creation")
49 }
50
51 return (
52 <div

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected