When loading a component, I need to select the value in the drop-down list I’m trying to make my code friends with vue-multiselect found a similar topic – however, nothing appears in the field – if you then select a value, everything works correctly link in fact, I have to download via axios, the mini version looks like this but
Tag: vue-multiselect
Laravel can’t get the values from Vue-multiselect
I am using Vue-multiselect with Laravel. I am using the multiselect component in my form to let the user select multiple countries. The component works fine but when I submit the form and I dd() it, it shows [object Object]. I can’t get the value of the multiselect component. I have found similar questions but none of them worked for