@dev-tcloud/tcloud-ui 0.0.31 → 0.0.32

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.
@@ -1266,6 +1266,7 @@ class TCloudUiDataListComponent {
1266
1266
  }
1267
1267
  }
1268
1268
  if (this.selected_item === undefined || this.selected_item === null || this.selected_item === '') {
1269
+ this.selected_description = '';
1269
1270
  this.toChange();
1270
1271
  }
1271
1272
  }