Please allow to set classes for <FormGroup> and <label>. E. g:
<Field classNameFormGroup="class-form-group" classNameLabel="class-for-label" component={ReactstrapFormikInput} />
Currently if we can set classes className="input-class", it applies only to <input>.
Please allow to set classes for
<FormGroup>and<label>. E. g:<Field classNameFormGroup="class-form-group" classNameLabel="class-for-label" component={ReactstrapFormikInput} />Currently if we can set classes
className="input-class", it applies only to<input>.