vue2-selectize icon indicating copy to clipboard operation
vue2-selectize copied to clipboard

Missing caret on the right

Open shenjiayu opened this issue 7 years ago • 0 comments

Thanks for your wrapper around selectize. The caret is missing from the component on my local. The following is my code.

<selectize v-model="dropdownTypeSelected">
    <option value="static">Static</option>
</selectize>

Thanks.

shenjiayu avatar Dec 22 '17 03:12 shenjiayu