How to combine Custom / Async Availity reactstrap Validation with onChange attribute saving value to a useState Hook?
If you choose to save all form inputs with useState Hooks while using async validation, you will face this issue. Here is how to avoid multiple api calls and weird validation behaviors.