Márcio Rossato
Márcio Rossato
I have this error too !
Hi, I'm from Brazil here we have two ways to mask phones: (##) ####-#### //10 digits (##) #####-#### //11 digits, I belive that fisrt digit after ")" to be optional...
Hi, I solve the problem changing this function, just adding one line (194): function hasSelectionStartEnd(elem) { //return true; var hasSelection = false; try { hasSelection = !isNaN(elem.selectionStart) && !isNaN(elem.selectionEnd); }...
Hi, after accept number, there another problem with decimals number, then solved with: line: 907 add: ``` } else if (this.VKI_target.type =='number') { if (this.waitingDecimal == undefined) this.waitingDecimal = false;...