You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/api-generator/src/locale/en/VNumberInput.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
"inset": "Applies an indentation to the dividers used in the stepper buttons.",
6
6
"max": "Specifies the maximum allowable value for the input.",
7
7
"min": "Specifies the minimum allowable value for the input.",
8
+
"minFractionDigits": "Specifies the minimum fraction digits to be displayed (capped to `precision`). Defaults to `precision` when not explicitly set.",
8
9
"precision": "Enforces strict precision. It is expected to be an integer value in range between `0` and `15`, or null for unrestricted.",
9
10
"step": "Defines the interval between allowed values when the user increments or decrements the input"
0 commit comments