@mythpe/quasar-ui-qui 0.3.47 → 0.3.48

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.3.47",
3
+ "version": "0.3.48",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -70,7 +70,8 @@ export const useBindInput = <P extends G = G> (Props: MaybeRefOrGetter<P>, key:
70
70
  if (!k) {
71
71
  return undefined
72
72
  }
73
- if (k && k.indexOf('.*.') !== -1) {
73
+ // if (k && k.indexOf('.*.') !== -1) {
74
+ if (k && k.indexOf('.') !== -1) {
74
75
  return __(k.split('.').pop()) || undefined
75
76
  }
76
77
  return __(k) || undefined