highest education added
This commit was merged in pull request #68.
This commit is contained in:
@@ -244,7 +244,7 @@ export default function EmploymentDetail({handleNextStep}:Props) {
|
|||||||
select={true}
|
select={true}
|
||||||
disabled={true}
|
disabled={true}
|
||||||
selectClass="w-full h-[3.625rem] bg-[#EFEFEF] px-4 rounded-[.375rem]"
|
selectClass="w-full h-[3.625rem] bg-[#EFEFEF] px-4 rounded-[.375rem]"
|
||||||
selectOptions={highestEductaion}
|
selectOptions={props.values.highest_eductaion}
|
||||||
selectValue={props.values.highest_eductaion}
|
selectValue={props.values.highest_eductaion}
|
||||||
onChange={props.handleChange}
|
onChange={props.handleChange}
|
||||||
error={(props.errors.highest_eductaion && props.touched.highest_eductaion) ? props.errors.highest_eductaion : ''}
|
error={(props.errors.highest_eductaion && props.touched.highest_eductaion) ? props.errors.highest_eductaion : ''}
|
||||||
|
|||||||
Reference in New Issue
Block a user