classcard-ui 0.2.722 → 0.2.723

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.722",
3
+ "version": "0.2.723",
4
4
  "main": "dist/classcard-ui.umd.min.js",
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -198,6 +198,7 @@ export default {
198
198
  closeDropDown() {
199
199
  this.inputValue = this.value.label;
200
200
  this.showDropDown = false;
201
+ this.$emit('blur', {hasData: true});
201
202
  },
202
203
  openDropDown() {
203
204
  this.showDropDown = true;