We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c622b6 commit e0584cdCopy full SHA for e0584cd
docs/gitbook/Api/Props.md
@@ -90,6 +90,15 @@ clearSearchOnSelect: {
90
default: true
91
},
92
93
+/**
94
+ * Enables/disables allowing the user to clear the selected property.
95
+ * @type {Boolean}
96
+ */
97
+clearable: {
98
+ type: Boolean,
99
+ default: true
100
+},
101
+
102
/**
103
* Close a dropdown when an option is chosen. Set to false to keep the dropdown
104
* open (useful when combined with multi-select, for example)
src/components/Select.vue
@@ -428,7 +428,7 @@
428
429
430
431
- * Can the user clear the selected property?
+ * Can the user clear the selected property.
432
* @type {Boolean}
433
*/
434
clearable: {
0 commit comments