Open egemenozkan opened 6 years ago
Hello, With Latest version (4.0.0-beta.54) iOS Safari I would like to parse country code and phone code before adding into input when clicked contact phone. However I can not catch phoneNumber before set, It is instantly masked.
$('[name="phoneNumber"]:visible') .inputmask('999 999 99 99',{"placeholder": "___ ___ __ __", onBeforeMask: function (value, opts) { console.log("-->" + value); var processedValue = value; return processedValue; }})
Same here, but with vanilla JS. Without mask - it works perfectly.
Hello, With Latest version (4.0.0-beta.54) iOS Safari I would like to parse country code and phone code before adding into input when clicked contact phone. However I can not catch phoneNumber before set, It is instantly masked.