2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-04 06:32:23 +03:00

- add dev example

- rename `filterOptions` prop to `filterable`
- update tests
This commit is contained in:
Jeff
2017-12-09 09:50:30 -08:00
parent 283cb4f49b
commit 73e67a673b
4 changed files with 24 additions and 12 deletions
+1
View File
@@ -50,6 +50,7 @@
</v-select>
<v-select disabled placeholder="disabled" value="disabled"></v-select>
<v-select disabled multiple placeholder="disabled" :value="['disabled', 'multiple']"></v-select>
<v-select placeholder="filterable=false, @search=searchPeople" label="first_name" :filterable="false" @search="searchPeople" :options="people"></v-select>
</div>
</body>