@kigi/components 1.47.0 → 1.47.1

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": "@kigi/components",
3
- "version": "1.47.0",
3
+ "version": "1.47.1",
4
4
  "description": "@kigi/components",
5
5
  "main": "src/components/index.ts",
6
6
  "scripts": {
@@ -430,7 +430,6 @@ class MbgSelectController {
430
430
  } else {
431
431
  await this.updateModelValue(this.inputValue)
432
432
  }
433
-
434
433
  this.executeCallback()
435
434
  if (this.onSelect) {
436
435
  this.onSelect({ value: this.ngModel })
@@ -610,7 +609,7 @@ class MbgSelectController {
610
609
  }
611
610
  if (!this.ngModel) {
612
611
  delete this.inputValue
613
- this.inputNgValue = ''
612
+ delete this.inputNgValue
614
613
  }
615
614
  }
616
615
  }