Inputmask icon indicating copy to clipboard operation
Inputmask copied to clipboard

inputmask not working after browser refresh in firefox

Open fezza78 opened this issue 3 years ago • 1 comments

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 avatar Dec 17 '21 20:12 fezza78

@fezza78 ,

I tested it in Firefox 95 on Linux and I cannot reproduce the issue.

Do you get an error in the console?

RobinHerbots avatar Dec 21 '21 16:12 RobinHerbots