This repository was archived by the owner on Feb 25, 2026. It is now read-only.
[Feature] Add Currency format to TextBoxExtensions #4683
omikhailov
started this conversation in
Ideas
Replies: 4 comments
|
Hello, 'omikhailov! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
0 replies
|
Moving feature to next milestone out of hotfix release. |
0 replies
|
Hi, |
0 replies
|
Using issue for discussion as PRs are in flux. @NaftoliOst was talking with @Arlodotexe about culture variants. We were thinking maybe we should extend the Then we could have a new Culture attached property for the regex extensions we could use to configure the culture setting for Numeric, Decimal, and Currency. Thoughts? |
0 replies
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.
Describe the problem this feature would solve
TextBoxExtensions has support for Decimal validation type, but this kind of validation does not allow currency signs, e.g. $ or €.
Describe the solution
Add Currency to ValidationType enum and update TextBoxExtensions to accept values in {0:C} string format, not just {0:N} like in Decimal mode.
All reactions