|
|
@ -140,24 +140,19 @@ function FullTimeJobFields() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<Collapsible label="Add more details">
|
|
|
|
<Collapsible label="Add more details">
|
|
|
|
<div className="mb-5 grid grid-cols-2 space-x-3">
|
|
|
|
<div className="mb-5 grid grid-cols-2 space-x-3">
|
|
|
|
<FormTextInput
|
|
|
|
|
|
|
|
label="Focus / Specialization"
|
|
|
|
|
|
|
|
placeholder="e.g. Front End"
|
|
|
|
|
|
|
|
{...register(`background.experiences.0.specialization`)}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<FormTextInput
|
|
|
|
<FormTextInput
|
|
|
|
label="Level"
|
|
|
|
label="Level"
|
|
|
|
placeholder="e.g. L4, Junior"
|
|
|
|
placeholder="e.g. L4, Junior"
|
|
|
|
{...register(`background.experiences.0.level`)}
|
|
|
|
{...register(`background.experiences.0.level`)}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div className="mb-5 grid grid-cols-2 space-x-3">
|
|
|
|
|
|
|
|
<FormSelect
|
|
|
|
<FormSelect
|
|
|
|
display="block"
|
|
|
|
display="block"
|
|
|
|
label="Location"
|
|
|
|
label="Location"
|
|
|
|
options={locationOptions}
|
|
|
|
options={locationOptions}
|
|
|
|
{...register(`background.experiences.0.location`)}
|
|
|
|
{...register(`background.experiences.0.location`)}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div className="mb-5 grid grid-cols-2 space-x-3">
|
|
|
|
<FormTextInput
|
|
|
|
<FormTextInput
|
|
|
|
errorMessage={experiencesField?.durationInMonths?.message}
|
|
|
|
errorMessage={experiencesField?.durationInMonths?.message}
|
|
|
|
label="Duration (months)"
|
|
|
|
label="Duration (months)"
|
|
|
@ -224,11 +219,6 @@ function InternshipJobFields() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<Collapsible label="Add more details">
|
|
|
|
<Collapsible label="Add more details">
|
|
|
|
<div className="mb-5 grid grid-cols-2 space-x-3">
|
|
|
|
<div className="mb-5 grid grid-cols-2 space-x-3">
|
|
|
|
<FormTextInput
|
|
|
|
|
|
|
|
label="Focus / Specialization"
|
|
|
|
|
|
|
|
placeholder="e.g. Front End"
|
|
|
|
|
|
|
|
{...register(`background.experiences.0.specialization`)}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<FormSelect
|
|
|
|
<FormSelect
|
|
|
|
display="block"
|
|
|
|
display="block"
|
|
|
|
label="Location"
|
|
|
|
label="Location"
|
|
|
|