Closed Amshitha-Nair closed 3 years ago
In customTextField.jsx try this?
`
<Grid item xs={12} sm={6}> <Controller control={control} defaultValue = "" name={name} render={({ field }) => ( <TextField {...field} fullWidth label={label} required /> )} /> </Grid> `
thank u so much. Yes I'll try.
In customTextField.jsx try this?
`
<Grid item xs={12} sm={6}> <Controller control={control} defaultValue = "" name={name} render={({ field }) => ( <TextField {...field} fullWidth label={label} required /> )} /> </Grid> `
Tysm!!!
In customTextField.jsx try this?
`