You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
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.