RTL

vue-select supports RTL using the standard HTML API using the dir attribute.

<v-select dir="rtl"></v-select>

The dir attribute accepts the same values as the HTML spec: rtl,ltr, and auto.

Component Text

All of the text within the component has been wrapped within slots and can be replaced in your app.

Loading Spinner
<slot name="spinner">
    <div class="spinner" v-show="mutableLoading">Loading...</div>
</slot>
No Options Text
<slot name="no-options">Sorry, no matching options.</slot>

For a full list of component slots, view the slots API docs.

See the Pen by sagalbot (@sagalbot) on CodePen.

results matching ""

    No results matching ""