My issue is with a form-control that displays a success mark after submission, even though there are no validation conditions in place.
Is there a way to disable this validation?
<Form
noValidate
validated={validated}
onSubmit={e => this.handleSubmit(e)}
>
<Form.Control as="textarea" rows="3" />