hplx-react-elements-dev 1.1.8 → 1.1.9

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/dist/esm/index.js CHANGED
@@ -18526,7 +18526,7 @@ var InputTag = function InputTag(_a) {
18526
18526
  } // on key enter
18527
18527
 
18528
18528
 
18529
- if (e.keyCode === 13) {
18529
+ if (e.keyCode === 13 || e.keyCode === 9) {
18530
18530
  if (focusIndex >= 0) {
18531
18531
  var res = __spreadArray(__spreadArray([], tags, true), [dropdownArr[focusIndex].value.trim()], false);
18532
18532
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.8",
12
+ "version": "1.1.9",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",