-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Hello,
I'm using the NumericUpDown control in a app with the culture pt-PT, in this culture the decimal point is ',' and using a numeric key pad the decimal key is ignored.
When the user press the decimal key, even when the decimal point is not the dot, the text entered should be the given culture decimal separator, like System.Globalization.CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator.
Is any way to do this, or is this a limitation of the current control.
I've tested with the 1.1.2 and 1.1.3-ALPHA174 versions, in the MetroDemo.NET45 project.
Thanks,
Frederico