You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 14, 2024. It is now read-only.
For that MaskedEditExtender use settings like these:
<ACT:MaskedEditExtender ID="MaskedEditExtender1" runat="server" TargetControlID="TextBoxID" Mask="09-9999-9999"
ClearMaskOnLostFocus="false" AutoComplete="true" InputDirection="LeftToRight"/>
Run the application.
Click inside and outside the TextBox
Perform something that call a PostBack
Actual result
When one clicks inside and outside the TextBox, the mask adds an extra character. This same behaviour is presented when a PostBack is performed.
Expected result
No extra character must be added on these situations.