@arsedizioni/ars-utils 21.2.135 → 21.2.136

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.
@@ -1211,6 +1211,7 @@ class SelectDialogComponent {
1211
1211
  */
1212
1212
  doLookup(params) {
1213
1213
  if (this.dialogData.canLookup) {
1214
+ this.clearSelection();
1214
1215
  this.lookupParams = params;
1215
1216
  this.lookupParams.first = 0;
1216
1217
  this.lookup.emit({ items: this.dialogData.items, params: this.lookupParams, owner: this });