Reputation: 97
What I mean, is there a way to write sth like this?
<input
className="form-control"
onChange={() => {
this.classList.add('is-valid'); //where this is input element
}}
/>
Upvotes: 0
Views: 33