Ngx-mask: How would i do an email mask?

Created on 15 Nov 2017  路  4Comments  路  Source: JsDaddy/ngx-mask

for example [email protected]

question

Most helpful comment

Hello! And how to add a point to the mailbox? For example, a test.[email protected]

All 4 comments

@TimWarp We add support for * character . You can use latest version with mask A*@A*.SSS

Hi, when set my input field type=email this is error is show Failed to set the 'selectionStart' property on 'HTMLInputElement': The input element's type ('email') does not support selection. and may field in desktop is crashed after input any value and try remove value inputed.

@schirato You should use type='text' not email or number . This is normal behavior when you use ngx-mask plugin . Also ngx-mask have validation and you could use it with FormControl

Hello! And how to add a point to the mailbox? For example, a test.[email protected]

Was this page helpful?
0 / 5 - 0 ratings