From da8b1db440fea1c4589fbc5c7a873f09782c46b2 Mon Sep 17 00:00:00 2001 From: Poul Poulsen Date: Tue, 27 Jan 2026 12:58:47 +0100 Subject: [PATCH] Replace input with TextField in Controller render Documentation is using the TextField from MUI as an example as stated by the import, but it's not used in the example. --- src/content/docs/useform/control.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/useform/control.mdx b/src/content/docs/useform/control.mdx index b6fef1336..7ed569bbf 100644 --- a/src/content/docs/useform/control.mdx +++ b/src/content/docs/useform/control.mdx @@ -35,7 +35,7 @@ function App() { return (
} + render={({ field }) => } name="firstName" control={control} defaultValue=""