@yoobic/yobi 8.5.0-13 → 8.5.0-14
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.
@@ -1414,8 +1414,8 @@ const YooGridComponent = class {
|
|
1414
1414
|
else if (!this.disconnected) {
|
1415
1415
|
this.setFormFieldValue();
|
1416
1416
|
}
|
1417
|
-
this.searchText = '';
|
1418
|
-
this.onFetchData();
|
1417
|
+
// this.searchText = '';
|
1418
|
+
// this.onFetchData();
|
1419
1419
|
}
|
1420
1420
|
setFormFieldValue() {
|
1421
1421
|
if (this.isFormField && this.returnQuery) {
|
@@ -1331,8 +1331,8 @@ export class YooGridComponent {
|
|
1331
1331
|
else if (!this.disconnected) {
|
1332
1332
|
this.setFormFieldValue();
|
1333
1333
|
}
|
1334
|
-
this.searchText = '';
|
1335
|
-
this.onFetchData();
|
1334
|
+
// this.searchText = '';
|
1335
|
+
// this.onFetchData();
|
1336
1336
|
}
|
1337
1337
|
setFormFieldValue() {
|
1338
1338
|
if (this.isFormField && this.returnQuery) {
|
@@ -1410,8 +1410,8 @@ const YooGridComponent = class {
|
|
1410
1410
|
else if (!this.disconnected) {
|
1411
1411
|
this.setFormFieldValue();
|
1412
1412
|
}
|
1413
|
-
this.searchText = '';
|
1414
|
-
this.onFetchData();
|
1413
|
+
// this.searchText = '';
|
1414
|
+
// this.onFetchData();
|
1415
1415
|
}
|
1416
1416
|
setFormFieldValue() {
|
1417
1417
|
if (this.isFormField && this.returnQuery) {
|
@@ -1410,8 +1410,8 @@ const YooGridComponent = class {
|
|
1410
1410
|
else if (!this.disconnected) {
|
1411
1411
|
this.setFormFieldValue();
|
1412
1412
|
}
|
1413
|
-
this.searchText = '';
|
1414
|
-
this.onFetchData();
|
1413
|
+
// this.searchText = '';
|
1414
|
+
// this.onFetchData();
|
1415
1415
|
}
|
1416
1416
|
setFormFieldValue() {
|
1417
1417
|
if (this.isFormField && this.returnQuery) {
|