[Feature] Add Currency format to TextBoxExtensions #4683
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! |
Beta Was this translation helpful? Give feedback.
-
Moving feature to next milestone out of hotfix release. |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions