Combo Box on change not triggering /beig read in vue.js
Im trying to incorporate a dropdown using the Combobox, and when someone picks one of the options, the other fields in a form where its used is autofilled with data Im picking up from elsewhere( db), however after doing some console logs Ive realized that he onchange event is not triggered when something is selected in the dropbox. So far the data is being taken in from my ‘p’ store and as per the code, only the company name is displayed on the dropdown box.