vue-masked-input
vue-masked-input copied to clipboard
Exception Swallowing in MaskedInput.js
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:
Suggested fixes:
- Log ex to console.
- Instead of Error in Input show ex instead