@leanix/components 0.4.820 → 0.4.821
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.
|
@@ -5134,7 +5134,7 @@ class CurrencyInputComponent {
|
|
|
5134
5134
|
*/
|
|
5135
5135
|
this.decimalSeparator = '.';
|
|
5136
5136
|
/**
|
|
5137
|
-
* The numeric value of the input.
|
|
5137
|
+
* The numeric value of the input. Pass `null` to display the N/A placeholder.
|
|
5138
5138
|
* @default 0
|
|
5139
5139
|
*/
|
|
5140
5140
|
this.data = 0;
|