I have an issue with the sfNumericTextBox on UWP. When the box is blank, the user can enter a period [ . ] and it doesn't trigger the property changed event.
Also, when they enter in a number after the period (say 2), it then replaces the period with a 0 so the number looks like it's 10 times more (20).
This only happens on UWP. I'm assuming it has something to do with it being an nullable int binding and no decimal places set.
See attached code.
Attachment:
nullableSFNumericTextBox_2821df97.zip