quasar-ui-sellmate-ui-kit 3.14.17 → 3.14.18

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": "quasar-ui-sellmate-ui-kit",
3
- "version": "3.14.17",
3
+ "version": "3.14.18",
4
4
  "author": "Sellmate Dev Team <dev@sellmate.co.kr>",
5
5
  "description": "Sellmate UI Kit",
6
6
  "license": "MIT",
@@ -187,6 +187,13 @@
187
187
  });
188
188
  }
189
189
  });
190
+
191
+ setTimeout(() => {
192
+ const searchInputEl = document.querySelector('.select-search-input .search-input');
193
+ if (searchInputEl) {
194
+ searchInputEl.focus();
195
+ }
196
+ }, 100);
190
197
  };
191
198
 
192
199
  const removeScroll = () => {