@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.
- package/bundles/esfaenza-forms-and-validations.umd.js +3 -3
- package/bundles/esfaenza-forms-and-validations.umd.js.map +1 -1
- package/esm2015/lib/forms/form-select/form-select.component.js +2 -2
- package/esm2015/lib/validations/validation-select/validation-select.component.js +3 -3
- package/fesm2015/esfaenza-forms-and-validations.js +3 -3
- package/fesm2015/esfaenza-forms-and-validations.js.map +1 -1
- package/package.json +1 -1
|
@@ -827,11 +827,11 @@
|
|
|
827
827
|
/**
|
|
828
828
|
* valore del campo vuoto della select
|
|
829
829
|
*/
|
|
830
|
-
_this.emptyFieldValue = "-
|
|
830
|
+
_this.emptyFieldValue = "-2000";
|
|
831
831
|
/**
|
|
832
832
|
* Valore del placeholder
|
|
833
833
|
*/
|
|
834
|
-
_this.placeHolderValue = "-
|
|
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 = '-
|
|
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 */
|