Skip to content

Instantly share code, notes, and snippets.

@fellipeh
Created December 30, 2015 12:24
Show Gist options
  • Save fellipeh/bcb8cf0f01411d377f75 to your computer and use it in GitHub Desktop.
Save fellipeh/bcb8cf0f01411d377f75 to your computer and use it in GitHub Desktop.
frappe.require("assets/webconflex/js/jquery_mask/jquery_mask.js");
frappe.ui.form.on("Contato", "onload", function (frm) {
frappe.meta.get_field('Contato', 'cpf').on_make = function (control) {
$(control.input).mask('000.000.000-00');
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment