Formatting numbers in the validateNumber validator #333
Unanswered
joeo73-impinj
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my en-us.yaml I have the following line:
lessThanOrEqualTo: '{description} must be less than or equal to {lte}'
In my use case, the LTE (or GTE) can be quite large: > 1,000,000.
Is there a way to get the
{lte}
placeholder value formatted with separators?Beta Was this translation helpful? Give feedback.
All reactions