+
+ ) {
+ setEducationInfo({
+ ...educationInfo,
+ collegeName: event.target.value,
+ })
+ }}
+ placeholder='Enter school'
+ tabIndex={0}
+ type='text'
+ dirty
+ error={formErrors.collegeName}
+ />
+
+
+ ) {
+ setEducationInfo({
+ ...educationInfo,
+ major: event.target.value,
+ })
+ }}
+ placeholder='Enter degree'
+ tabIndex={0}
+ type='text'
+ dirty
+ error={formErrors.major}
+ />
+
+
+
+