Unplanned
Last Updated: 27 Dec 2016 12:41 by ADMIN
ADMIN
Milena
Created on: 22 Nov 2016 12:55
Category: MaskedInput
Type: Bug Report
0
MaskedInput: Invalid Text property when input character which is the same as the placeholder character in NoMask(Mask="") scenario
In NoMask scenario the Placeholder should not be a valid property. The issue: if the Placeholder is an underscore (default value) and the user's input underscore this character is not displayed on lost focus.


Workarounds: 

1. Set empty string for Placeholder (Placeholder="")

2. Set TextMode property to MaskedText (TextMode="MaskedText")
0 comments