2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

Merge branch 'master' into pr/423

# Conflicts:
#	docs/gitbook/Basics/Options.md
This commit is contained in:
Jeff
2018-01-28 13:13:39 -08:00
19 changed files with 384 additions and 66 deletions
+1 -1
View File
@@ -54,6 +54,6 @@ If you wanted to return `CA` in the dropdown when `Canada` is selected, you'd us
```
### Null / Empty Options {#emptyOptions}
### Null / Empty Options {#null}
`vue-select` requires the `option` property to be an `array`. If you are using Vue in development mode, you will get warnings attempting to pass anything other than an `array` to the `options` prop. If you need a `null`/`empty` value, use an empty array `[]`.