Declined
Last Updated: 10 Jul 2015 14:09 by ADMIN
ADMIN
Pavel R. Pavlov
Created on: 20 Jan 2014 15:20
Category: MaskedInput
Type: Bug Report
0
Upper/lower token doesn't behave correctly
When UpdateValueEvent is set on PropertyChanged and the mask uses upper/lower token(s) the letters/characters are updated to uppercase after filling the mask. The control should update its text on every key stroke.

Update:
We are closing this issue because this is expected behavior in MaskedInput.
Value property is updated if all required symbols (required from the Mask) are populated. If you need the Value to be updated on every symbol entered you can set the property AllowInvalidValues = True.
0 comments