From 95678d79eae82c9ffebd512a6f1cf57f6e469451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Suwi=C5=84ski?= Date: Wed, 27 Mar 2024 13:06:44 +0100 Subject: [PATCH] CreateGuesser / EditGuesser formId attribute --- src/CreateGuesser.tsx | 2 ++ src/EditGuesser.tsx | 2 ++ src/types.ts | 3 +++ 3 files changed, 7 insertions(+) diff --git a/src/CreateGuesser.tsx b/src/CreateGuesser.tsx index 4faacded..ceaa36ca 100644 --- a/src/CreateGuesser.tsx +++ b/src/CreateGuesser.tsx @@ -58,6 +58,7 @@ export const IntrospectedCreateGuesser = ({ toolbar, warnWhenUnsavedChanges, sanitizeEmptyValues = true, + formId, formComponent, viewComponent, children, @@ -165,6 +166,7 @@ export const IntrospectedCreateGuesser = ({ return ( & + Partial> & Partial> & Partial< PickRename @@ -391,6 +393,7 @@ type EditFormProps = Omit< 'children' > & Partial> & + Partial> & Partial< PickRename > & {