@mythpe/quasar-ui-qui 0.4.68 → 0.4.69

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.4.68",
3
+ "version": "0.4.69",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -110,7 +110,6 @@ defineOptions({
110
110
  :required="readonly ? undefined : required"
111
111
  :search-length="searchLength ?? 0"
112
112
  :style="`widthf: ${isSmall ? 150 : 200}px;max-height: 60px;`"
113
- :use-input="countries.length > 4"
114
113
  :view-mode="readonly"
115
114
  col="4"
116
115
  hide-bottom-space
@@ -122,6 +121,7 @@ defineOptions({
122
121
  popup-content-class="m-select__popup-phone"
123
122
  popup-no-route-dismiss
124
123
  service="country.codes"
124
+ use-input
125
125
  v-bind="selectProps"
126
126
  @model="onSelectCountry"
127
127
  />