@esfaenza/forms-and-validations 11.2.148 → 11.2.149

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.
@@ -827,11 +827,11 @@
827
827
  /**
828
828
  * valore del campo vuoto della select
829
829
  */
830
- _this.emptyFieldValue = "-2";
830
+ _this.emptyFieldValue = "-2000";
831
831
  /**
832
832
  * Valore del placeholder
833
833
  */
834
- _this.placeHolderValue = "-1";
834
+ _this.placeHolderValue = "-1000";
835
835
  /**
836
836
  * Per i componenti non obbligatori indica se fornire un "valore vuoto"
837
837
  */
@@ -3441,7 +3441,7 @@
3441
3441
  *
3442
3442
  * Si consiglia di mantenere il default
3443
3443
  */
3444
- _this.EmptyFieldValue = '-2';
3444
+ _this.EmptyFieldValue = '-2000';
3445
3445
  /** Se **true** rimuove il simbolino di validazione (croce rossa o tick verde) */
3446
3446
  _this.ShowValidationSymbol = true;
3447
3447
  /** Template per la visualizzazione delle opzioni */