I am having the masked input field for US phone number in this pattern (999) 999-9999 and saved all data in this pattern now I am changing the pattern to 999.999.999 but when I change the pattern it's not getting updated in the filed.
I added this field to user accounts now if I want to update the masked input field I need to manually update all user in form save.
and only in form save its working not in programmatic user_save()
I used bulk update user doesn't work.