Completed
Last Updated: 22 Jun 2018 11:26 by ADMIN
ADMIN
Vladislav
Created on: 25 Nov 2014 09:59
Category: UI for UWP
Type: Bug Report
0
NumericBox: Leading decimal separator is inserted after the first digit entered
We have a simple RadNumericBox control.
We what to add a number with leading decimal separator (omitting the leading 0) for example .59 .

EXPECTED result: The entered number is 0.59 .
ACTUAL result: The decimal separator is added after the first added digit, i.e. the entered number becomes 5.9 .
0 comments