Hi,
I'm currently facing a bug when I delete an alphanumeric character in a input that contains both alphanumeric and numeric characters.
Suppose that I have the following in the input: GHI1234. If I place my cursor after the "I" and hit backspace, and then go to the end of the string and hit backspace multiple space multiple times, I will see the following sequence:
Please note that this issue only happens when deleting one of the alphanumeric characters - if I, for instance, delete the "2" in the original input, it works fine.
I am using the following for the AdvancedOptions (and I left the MaskDefinitions field empty):
"{regex:'([Gg][A-Za-z]{2}\\d{4})', placeholder: '', autoUnmask:true, showMaskOnFocus: false, showMaskOnHover: false, casing: 'upper'}"
Does anyone know what might be the issue in here?
Thanks in advance,
Ana Santos
Hi Ana,
Sry for the late reply but the only way that I saw of this not happening is by using a placeholder. Something like this: placeholder: '_'
Regards,
Marcelo