I am using input mask for a phone format:
$('.selector').inputmask("(09\1) 999-9999");
0 and 1 are standard, and I only store the other numbers, the problem is that when I reload my page if I complete them with '1111111' I lose the last number because I take it as part of the mask
Any ideas?