Unplanned
Last Updated: 08 Dec 2016 09:41 by ADMIN
ADMIN
Petar Mladenov
Created on: 03 Apr 2014 08:09
Category: MaskedInput
Type: Bug Report
1
MaskedInput: Clear Button in MaskedTextInput makes the Value empty string but it should make it NULL.
In MaskedTextInput the ClearButton will make the Value "" but it should make it NULL. All other InputControls have null value after pressing ClearButton.

No-masked TextInput works fine - the ClearButton makes the Value Null.

As a workaround, you can use the ClearCommand, bind it to Command from your ViewModel and the execute handler can set the bound Value to null.
0 comments