@eturnity/eturnity_reusable_components 1.2.50 → 1.2.51-3d-master

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": "@eturnity/eturnity_reusable_components",
3
- "version": "1.2.50",
3
+ "version": "1.2.51-3d-master",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -465,6 +465,8 @@ export default {
465
465
  } finally {
466
466
  if (evaluatedVal) {
467
467
  this.$emit('on-input', evaluatedVal)
468
+ }else{
469
+ this.$emit('on-input', value)
468
470
  }
469
471
  }
470
472
  },