design and default updates
This commit is contained in:
parent
2f373e090b
commit
c50a7757d4
@ -113,7 +113,7 @@ export default function MedicalHistoryForm(){
|
||||
<RadioGroup
|
||||
// value={patient.gender}
|
||||
aria-labelledby="demo-radio-buttons-group-label"
|
||||
defaultValue="yes"
|
||||
// defaultValue="yes"
|
||||
name="radio-buttons-group"
|
||||
onChange={formik.handleChange}
|
||||
sx={{display:'flex', flexDirection:'row'}}
|
||||
@ -153,7 +153,7 @@ export default function MedicalHistoryForm(){
|
||||
<RadioGroup
|
||||
// value={patient.gender}
|
||||
aria-labelledby="demo-radio-buttons-group-label"
|
||||
defaultValue="yes"
|
||||
// defaultValue="yes"
|
||||
name="radio-buttons-group"
|
||||
onChange={formik.handleChange}
|
||||
sx={{display:'flex', flexDirection:'row'}}
|
||||
@ -170,7 +170,7 @@ export default function MedicalHistoryForm(){
|
||||
<RadioGroup
|
||||
// value={patient.gender}
|
||||
aria-labelledby="demo-radio-buttons-group-label"
|
||||
defaultValue="physician"
|
||||
// defaultValue="physician"
|
||||
name="radio-buttons-group"
|
||||
onChange={formik.handleChange}
|
||||
sx={{display:'flex', flexDirection:'row'}}
|
||||
@ -191,7 +191,7 @@ export default function MedicalHistoryForm(){
|
||||
<RadioGroup
|
||||
// value={patient.gender}
|
||||
aria-labelledby="demo-radio-buttons-group-label"
|
||||
defaultValue="email"
|
||||
// defaultValue="email"
|
||||
name="radio-buttons-group"
|
||||
onChange={formik.handleChange}
|
||||
sx={{display:'flex', flexDirection:'row'}}
|
||||
|
||||
@ -56,7 +56,7 @@ export default function OtherDetails8(){
|
||||
/>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
||||
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||
<FormControl>
|
||||
<FormLabel>How do you sleep?</FormLabel>
|
||||
<RadioGroup
|
||||
@ -75,7 +75,7 @@ export default function OtherDetails8(){
|
||||
</FormControl>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
||||
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||
<FormControl>
|
||||
<FormLabel>Do you use a pillow?</FormLabel>
|
||||
<RadioGroup
|
||||
@ -93,7 +93,7 @@ export default function OtherDetails8(){
|
||||
</FormControl>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
||||
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||
<FormControl>
|
||||
<FormLabel>Do you wear orthotics or arch support?</FormLabel>
|
||||
<RadioGroup
|
||||
@ -111,8 +111,8 @@ export default function OtherDetails8(){
|
||||
</FormControl>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
||||
<FormLabel>Date of last gynecological and brest exam?</FormLabel>
|
||||
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||
<FormLabel>Date of last gynecological and brest exam?</FormLabel><br></br>
|
||||
<FormControl>
|
||||
<LocalizationProvider dateAdapter={AdapterDayjs}>
|
||||
<DatePicker
|
||||
@ -134,7 +134,7 @@ export default function OtherDetails8(){
|
||||
<FormLabel sx={{fontWeight:600}}>For X-Ray purposes:</FormLabel>
|
||||
</Grid> */}
|
||||
|
||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
||||
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||
<FormControl>
|
||||
<FormLabel>Possible pregnancy?</FormLabel>
|
||||
<RadioGroup
|
||||
@ -152,7 +152,7 @@ export default function OtherDetails8(){
|
||||
</FormControl>
|
||||
</Grid>
|
||||
|
||||
<Grid item xs={6} className='collapsable-form-style-radioButtons'>
|
||||
<Grid item xs={12} className='collapsable-form-style-radioButtons'>
|
||||
<FormLabel>Date of last menstrual cycle?</FormLabel><br></br>
|
||||
<FormControl>
|
||||
<LocalizationProvider dateAdapter={AdapterDayjs}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user