classcard-ui 0.2.377 → 0.2.378

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.377",
3
+ "version": "0.2.378",
4
4
  "main": "dist/classcard-ui.common.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -239,6 +239,7 @@ export default {
239
239
  this.selectSearch = null;
240
240
  this.toggleDropdown = false;
241
241
  this.type === "tertiary" ? (this.showFocus = false) : "";
242
+ this.renderOptions = this.options;
242
243
  },
243
244
  search() {
244
245
  this.selectedValue = null;