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 has been archived by the owner on Sep 8, 2020. It is now read-only.
example is ,if (123)-456-7890 is there and you select 78 and try using back space it deletes 6 instead of 78 as the thing is being selected but the same works as expected for delete .
There is a work around for ngMask but not for ui-mask ,Please help .
The text was updated successfully, but these errors were encountered:
soumyamishra12
changed the title
Deleting using back space properly not working while it's a masked field like phone number
Deleting using back space properly not working while it's a masked field like phone number in angular formly
Sep 6, 2018
soumyamishra12
changed the title
Deleting using back space properly not working while it's a masked field like phone number in angular formly
Deleting using backspace properly not working while it's a masked field like phone number in angular formly
Sep 7, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to delete a selected text out of a masked phone number and it doesn't delete the selected text rather it deletes the the previous value.
The example is same as http://jsbin.com/hasosog/7/edit?html,css,js,output.
example is ,if (123)-456-7890 is there and you select 78 and try using back space it deletes 6 instead of 78 as the thing is being selected but the same works as expected for delete .
There is a work around for ngMask but not for ui-mask ,Please help .
The text was updated successfully, but these errors were encountered: