Skip to content

Commit 03a410f

Browse files
committed
add dropdown component for employer options
1 parent 1522672 commit 03a410f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Components/forms/inputs/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,14 @@ export default class VolunteerForm extends Component {
132132
isEmpty={errors.hearAboutCYF}
133133
label="Where did you hear about Code Your Future?"
134134
/>
135+
<DropDown
136+
onChange={onChange}
137+
value={employer}
138+
name="employer"
139+
arrayList={ListsData.employer}
140+
isEmpty={errors.employer}
141+
label="Who is your employer?"
142+
/>
135143
<span className="contact-interested">
136144
<span>
137145
What would you like help Code Your Future with, and what is your

0 commit comments

Comments
 (0)