gregsdennis / Manatee.Wpf

A collection of WPF stuff
MIT License
0 stars 0 forks source link

NumericTextBox can't handle exponential formats #1

Open gregsdennis opened 7 years ago

gregsdennis commented 7 years ago

If the format is something like G2, then the number 654321 is formatted to 6.5E+04. This presents a problem for the keystroke handling, especially for backspace.

I'm guess there may need to be a context-sensitive behavior based on where the caret is.