@kigi/components 1.56.0-beta.2 → 1.57.0

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.56.0-beta.2",
3
+ "version": "1.57.0",
4
4
  "description": "@kigi/components",
5
5
  "main": "src/components/index.ts",
6
6
  "scripts": {
@@ -100,4 +100,4 @@
100
100
  "webpack": "^2.5.1",
101
101
  "webpack-dev-server": "^2.6.1"
102
102
  }
103
- }
103
+ }
@@ -345,8 +345,6 @@ class MbgSelectController {
345
345
 
346
346
  this.hasFocus = true
347
347
  this.pressEnter = false
348
- this.ngModel = null
349
- this.cacheNgModel = null
350
348
  switch (evt.keyCode) {
351
349
  case 13: // ENTER
352
350
  evt.preventDefault()