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 }) => {
2828
2929  return  ( 
3030    < > 
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>*/ } 
4431      < a  className = "skip-main"  href = "#main" > 
4532        Skip to content
4633      </ a > 
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function App() {
3535  return  (
3636    <form  onSubmit = { handleSubmit (onSubmit )} >
3737      <Controller 
38-         as = { TextField } 
38+         render = { ({  field  })  =>  < input   { ... field }  /> } 
3939        name = " firstName" 
4040        control = { control } 
4141        defaultValue = " " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments