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

bump readme, fix null anchor

This commit is contained in:
Jeff
2018-01-18 14:23:15 -08:00
parent cbec6f0b29
commit 3cb698e4c7
2 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ If you wanted to display `Canada` in the dropdown, you'd use the `countryName` k
[](codepen://sagalbot/aEjLPB?height=500)
### 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 `[]`.