I have an input using an example CPF mask:
$("#cpfDependente").mask('000.000.000-00');
and I'm trying to set a value in the input this way
$("#cpfDependente").val(dependente.cpf);
It correctly directs the problem is that the mascara does not solve the problem? Thank you!