File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,6 @@ const Layout = ({ children }: { children: ReactNode }) => {
28
28
29
29
return (
30
30
< >
31
- { /*<div className="banner">*/ }
32
- { /* <p>*/ }
33
- { /* Next-gen <strong>form building</strong> platform with code generation.*/ }
34
- { /* <a*/ }
35
- { /* href="https://beekai.com/"*/ }
36
- { /* title="Learn more about BEEKAI form builder"*/ }
37
- { /* target="_blank"*/ }
38
- { /* rel="noreferrer"*/ }
39
- { /* >*/ }
40
- { /* Find out more*/ }
41
- { /* </a>*/ }
42
- { /* </p>*/ }
43
- { /*</div>*/ }
44
31
< a className = "skip-main" href = "#main" >
45
32
Skip to content
46
33
</ a >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function App() {
35
35
return (
36
36
<form onSubmit = { handleSubmit (onSubmit )} >
37
37
<Controller
38
- as = { TextField }
38
+ render = { ({ field }) => < input { ... field } /> }
39
39
name = " firstName"
40
40
control = { control }
41
41
defaultValue = " "
You can’t perform that action at this time.
0 commit comments