Completed
Last Updated: 14 Jun 2016 07:52 by ADMIN
ADMIN
Dinko | Tech Support Engineer
Created on: 07 Apr 2016 12:34
Category: MaskedInput
Type: Bug Report
1
Minus sign disappearing when no mask is set (Mask="") and UpdateValueEvent is set to LostFocus
You have the following scenario.
The UpdateValueEvent property is set to "LostFocus" and set no mask ( Mask= "").

When the input box is focused, press the minus sign key. You can see the that the minus is showing as expected. 

Then press a number and the "-" (minus) disappear. By pressing number key again the minus appears again.

A workaround: 
Setting the UpdateValueEvent property to PropertyChanged


Available in R2 2016 SP
0 comments