我有IG:WebMaskEditor
一个电话号码输入字段。我试图仅在用户在 WebMaskEditor 中输入电话号码时显示电话号码,例如:(305) 123-4444
. 我还想确保在 webMaskEditor 示例的焦点丢失后移除掩码:3051234444
. 它目前仅在 webMaskEdior 为空时删除掩码,但在它包含数字并失去焦点时不会。
这是我目前的设置方式:
<ig:WebMaskEditor ID="maskHomePhone" runat="server" InputMask="(000) 000-0000" style="margin-bottom: 0px" Width="85px" CssClass="textEntry" Font-Size="Small" ValidationGroup="1" DisplayMode="BlankWhenEmpty">
</ig:WebMaskEditor>