classcard-ui 0.2.220 → 0.2.221

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "classcard-ui",
3
- "version": "0.2.220",
3
+ "version": "0.2.221",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -13,6 +13,7 @@
13
13
  @input="setSelectedOptions"
14
14
  @search="fetchOptions"
15
15
  :label="optionLabel"
16
+ :clearable="clearable"
16
17
  >
17
18
  <template #open-indicator="{ attributes }">
18
19
  <span v-bind="attributes">
@@ -116,6 +117,10 @@ export default {
116
117
  type: Boolean,
117
118
  default: false,
118
119
  },
120
+ clearable: {
121
+ type: Boolean,
122
+ default: true,
123
+ },
119
124
  },
120
125
  computed: {},
121
126
  data() {