@abgov/web-components 2.2.0-dev.58 → 2.2.0-dev.59

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.
Files changed (2) hide show
  1. package/index.js +0 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -15159,10 +15159,7 @@ function xf(t, e, o) {
15159
15159
  this.onArrow(qe, "down");
15160
15160
  break;
15161
15161
  case "Home":
15162
- this.input.setSelectionRange(0, 0);
15163
- break;
15164
15162
  case "End":
15165
- this.input.setSelectionRange(this.input.value.length, this.input.value.length);
15166
15163
  break;
15167
15164
  case "Tab":
15168
15165
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/web-components",
3
- "version": "2.2.0-dev.58",
3
+ "version": "2.2.0-dev.59",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Government of Alberta - UI Web components",
6
6
  "bugs": {