-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
HacktoberfestHacktoberfest is a month-long celebration of open source softwareHacktoberfest is a month-long celebration of open source softwareIn-PR 🚀feature request 📬A request for new changes to improve functionalityA request for new changes to improve functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Milestone
Description
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.
michael-hawker, robloo and gaetandezeiraud
Metadata
Metadata
Assignees
Labels
HacktoberfestHacktoberfest is a month-long celebration of open source softwareHacktoberfest is a month-long celebration of open source softwareIn-PR 🚀feature request 📬A request for new changes to improve functionalityA request for new changes to improve functionalitygood first issueIssues identified as good for first-time contributorsIssues identified as good for first-time contributorshelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Type
Projects
Status
Done