Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b203c59ff7 | |||
| fe2168ce53 |
@@ -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