@mythpe/quasar-ui-qui 0.4.56 → 0.4.57

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.56",
3
+ "version": "0.4.57",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -73,7 +73,7 @@ const getSearchLength = computed(() => {
73
73
  return -1
74
74
  }
75
75
  if (props.searchLength === undefined || props.searchLength === null) {
76
- return 3
76
+ return 1
77
77
  }
78
78
  return parseInt(props.searchLength?.toString() || '0')
79
79
  })
@@ -139,9 +139,12 @@ const listeners = {
139
139
  },
140
140
  blur () {
141
141
  isFocus.value = !1
142
+ // console.log(getSearchLength.value)
142
143
  },
143
144
  'update:search': (val: any) => {
145
+ // console.log(val)
144
146
  if (!val && isFocus.value) {
147
+ prepare()
145
148
  return
146
149
  }
147
150
  if (!val && fieldValue.value) {