Inputmask
Inputmask copied to clipboard
inputmask not working after browser refresh in firefox
the defined inputmask is not working after clicking the refresh-button or pressing F5 in Firefox (v95).
- site is called directly => working
- form is submitted => working
- Strg+F5 => working
- Browser-Refresh-Button => not working
- F5 => not working
tested in chrome => working in every way
definition:
$("input.mask-decimal").inputmask({
"alias": "decimal",
"groupSeparator": ".",
"radixPoint": ",",
"inputType": "number",
"removeMaskOnSubmit": true,
"unmaskAsNumber": true
});
@fezza78 ,
I tested it in Firefox 95 on Linux and I cannot reproduce the issue.
Do you get an error in the console?