vue-masked-input icon indicating copy to clipboard operation
vue-masked-input copied to clipboard

Exception Swallowing in MaskedInput.js

Open SOFSPEEL opened this issue 7 years ago • 0 comments

In https://github.com/niksmr/vue-masked-input/blob/master/src/MaskedInput.js the exception is swallowed so user is not aware of why "Error" is shown as input value.

Here is the code in question: image

Suggested fixes:

  • Log ex to console.
  • Instead of Error in Input show ex instead

SOFSPEEL avatar Oct 31 '17 18:10 SOFSPEEL