Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/flatlogic/react-material-admin
/ resetForm
Function
resetForm
src/pages/forms/validation.js:23–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
};
22
23
const
resetForm = () => {
24
setIsSubmitted(false);
25
setRequiredValue(
''
);
26
setMinLengthValue(
''
);
27
};
28
29
return
(
30
<div>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected