When the @Bind-value is dynamically bound as null, the mask is cleared. Although the value has been entered and the control loses focus, it appears blank. However, when I refocus on the MaskedTextBox, the value becomes visible once more.
Replication Procedure:
- Run the sample
- Type 111 in masked textbox
Click clear button .
Again type the Mask ( see the issue mask will disapprear )
Expected Output:
After bound null value , the mask doesn't remove.
Current Output:
After bound null value , the mask removed