@nuskin/product-components 3.18.2-gms-12518.1 → 3.18.2-gms-12518.2

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.
@@ -248,10 +248,18 @@ export default {
248
248
  this.dropdownMax,
249
249
  this.dropdownMax - this.includeZero ? 0 : 1
250
250
  );
251
- setTimeout(() => {
252
- this.$refs.input.focus();
253
- this.$refs.input.select();
254
- }, 100);
251
+ // setTimeout(() => {
252
+ // this.$refs.input.focus();
253
+ // this.$refs.input.select();
254
+ // }, 100);
255
+ this.$nextTick(() => {
256
+ if (!this.isMobile()) {
257
+ this.$refs.input.focus();
258
+ this.$refs.input.select();
259
+ } else {
260
+ this.$refs.input.blur();
261
+ }
262
+ });
255
263
  } else {
256
264
  this.errorMessage = "";
257
265
  this.showCustomSelectedItem = false;
package/docs/CHANGELOG.md CHANGED
@@ -1 +1 @@
1
- ## [3.18.2-gms-12518.1](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.1...v3.18.2-gms-12518.1) (2025-06-24)
1
+ ## [3.18.2-gms-12518.2](https://code.tls.nuskin.io/ns-am/ux/product-components/compare/v3.18.2-gms-12518.1...v3.18.2-gms-12518.2) (2025-06-26)
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "bomFormat": "CycloneDX",
3
3
  "specVersion": "1.4",
4
- "serialNumber": "urn:uuid:80e4d1a3-aa12-4fb8-84eb-5fb922df8178",
4
+ "serialNumber": "urn:uuid:0b0c03da-d444-4848-8255-be769ddb6499",
5
5
  "version": 1,
6
6
  "metadata": {
7
- "timestamp": "2025-06-24T15:58:43Z",
7
+ "timestamp": "2025-06-26T11:13:59Z",
8
8
  "tools": [
9
9
  {
10
10
  "vendor": "GitLab",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuskin/product-components",
3
- "version": "3.18.2-gms-12518.1",
3
+ "version": "3.18.2-gms-12518.2",
4
4
  "description": "Nu Skin Product Components",
5
5
  "main": "index.js",
6
6
  "scripts": {