Hey, cool component.
I've just have some issues by loading the styling, or am i missing something :D?
my html
<multiselect v-model="form.client" :options="options" :searchable="false" :close-on-select="false" :show-labels="false" placeholder="Pick a value"></multiselect>
my Vuejs
import Multiselect from 'vue-multiselect'
data () {
return {
options: ['selected'],
clients: [],
form: new SparkForm({
client: {},
notes : '',
date : '',
items : [],
amount: null
}),
};
},
components: {
Multiselect
},
How did you resolved it?
@janswist Oh i can't remember