@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.
- package/index.js +0 -3
- 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;
|