@@ -341,7 +405,7 @@
* If you are using an array of objects, vue-select will look for
* a `label` key (ex. [{label: 'This is Foo', value: 'foo'}]). A
* custom label key can be set with the `label` prop.
- * @type {Object}
+ * @type {Array}
*/
options: {
type: Array,
@@ -350,6 +414,15 @@
},
},
+ /**
+ * Disable the entire component.
+ * @type {Boolean}
+ */
+ disabled: {
+ type: Boolean,
+ default: false
+ },
+
/**
* Sets the max-height property on the dropdown list.
* @deprecated
@@ -371,7 +444,7 @@
/**
* Equivalent to the `multiple` attribute on a `