I have two form fields that are used as search inputs. Once the search completes and the table renders, the form fields start to lag when the user tries to type new input. What can be done to improve the performance after the table renders. Below is a snippet of how the b-form-input is configured:
<b-form-input id="Input" :state="State" v-model="form.Input" type="search" aria-describedby="inputLiveFeedback" placeholder="Enter Input" required> </b-form-input>