@arsedizioni/ars-utils 19.4.45 → 19.4.46

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.
@@ -1510,7 +1510,7 @@ class FileInputComponent {
1510
1510
  this._value = new FileInfo();
1511
1511
  this._required = false;
1512
1512
  this._disabled = false;
1513
- this._placeholder = 'Seleziona file';
1513
+ this._placeholder = '';
1514
1514
  this.maxSizeMb = input(5);
1515
1515
  this.minSizeMb = input(0);
1516
1516
  this.isNew = input(false);