Skip to content

Commit a73eafe

Browse files
committed
notes
1 parent 1f0976a commit a73eafe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/utils/formGeneration.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,8 @@ export default function DynamicForm<Form extends object, IgnoredFormKeys extends
324324
<FormData />
325325
{/* TODO: if not visible (large forms), should show a popup arrow on viewport bottom left "Go to errors" to focus on callout */}
326326
<DynamicFormErrorCallout />
327+
328+
{/* TODO: can have undo-redo functionality by using RHF reset(...)*/}
327329
<form
328330
onSubmit={(e) => {
329331
setHasClickedSubmit(true)

0 commit comments

Comments
 (0)