I'm not seeing how I can force selection of the first item by default?
or a function to know when the multiselect has finished loading?
I've somewhat have it by adding the item to my array that is bound via v-model, and while on the vue-multiselect component it is selected, it's not visible on the page. shouldn't 2 way binding show the selected item on the page?
Never mind, I was adding it to my v-model array incorrectly. As soon as I load my options array, I then push its first object to my v-model array and it selects it on screen.
would be nice to simply have an option to default "select first item"
Most helpful comment
Never mind, I was adding it to my v-model array incorrectly. As soon as I load my options array, I then push its first object to my v-model array and it selects it on screen.
would be nice to simply have an option to default "select first item"