Posted 22 July 2023, 7:00 am EST
Hey everyone,
Abhay here, I am working on a project as an intern using wijmo.vue2.all version 5.20192.624. I am working on a dashboard which has been developed using Laravel and Vue.
I want to use pre-written 
wj-auto-complete<wj-auto-complete
                        class="form-control"
                        search-member-path="customer_name"
                        display-member-path="customer_name"
                        selected-value-path="id"
                        :selected-index="-1"
                        :is-required="false"
                        :initialized="initCustomer"
                        :max-items="customerList.length"
                        :items-source="customerList"
                     ></wj-auto-complete>the implementation of the existing wj-auto-complete is as above. I have gone through the documentation but could not figure out the way to do it.
Any help will be highly appreciated.
 
                                 
                                
 Hope you are having a great day.
 Hope you are having a great day. 
                         
                         
                         
                        