This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[Feature] Add Currency format to TextBoxExtensions #4188
Labels
feature request 📬
A request for new changes to improve functionality
good first issue
Issues identified as good for first-time contributors
Hacktoberfest
Hacktoberfest is a month-long celebration of open source software
help wanted
Issues identified as good community contribution opportunities
In-PR 🚀
Milestone
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.
The text was updated successfully, but these errors were encountered: