Completed
Last Updated: 28 Dec 2016 13:52 by ADMIN
ADMIN
Telerik Admin
Created on: 29 Apr 2013 17:04
Category: MaskedInput
Type: Bug Report
6
MaskedInput: Wrong value/text is produced in Numeric/CurrencyInput when UpdateValueEvent is LostFocus and number with trailing zeros is edited.
Numeric input with  Mask="#7" or CurrencyInput with       Mask="c7" .

 UpdateValueEvent="LostFocus"

Value =3000

If you remove the digit "3" with backspace / delete and then type digit 4,  You will receive value"4" and text "0004".

The expected result is Text="4000" and value =4000.

Workaround:  Use Mask="" (no-mask).
=============
Fixed in R3 2016.
0 comments